diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2020-09-04 13:54:21 -0400 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2020-09-04 13:56:39 -0400 |
commit | 54205f0bd2377503b818d7f62cc4ed63ef5b1e94 (patch) | |
tree | 12eacc559f99df1b900e0acd5e14989751f83dcf /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 00eb6fef0809ed143975ad16f3988a4fee13261b (diff) | |
download | llvm-54205f0bd2377503b818d7f62cc4ed63ef5b1e94.zip llvm-54205f0bd2377503b818d7f62cc4ed63ef5b1e94.tar.gz llvm-54205f0bd2377503b818d7f62cc4ed63ef5b1e94.tar.bz2 |
[PowerPC] Allow const pointers for load builtins in altivec.h
The load builtins in altivec.h do not have const in the signature
for the pointer parameter. This prevents using them for loading
from constant pointers. A notable case for such a use is Eigen.
This patch simply adds the missing const.
Fixes: https://bugs.llvm.org/show_bug.cgi?id=47408
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions