summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2021-07-11 22:08:31 -0500
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2021-07-12 04:59:00 -0500
commit41ce5ec5f6f3a03d70e0010e3a140fe129800637 (patch)
tree742bd1b012f5c088173fc49d88cfa0814caa3f90 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent0da172b1766e1559ef677aa836dce4f1995dfef3 (diff)
[PowerPC] Remove unnecessary 64-bit guards from altivec.h
A number of functions in the header have guards for 64-bit only that were presumably added as some of the functions in the blocks use vector __int128 which is only available in 64-bit mode. A more appropriate guard (__SIZEOF_INT128__) has been added for those functions since, making the 64-bit guards redundant. This patch removes those guards as they inadvertently guard code that uses vector long long which does not actually require 64-bit mode.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions