summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-06-25 11:46:24 +0000
committerJames Molloy <james.molloy@arm.com>2014-06-25 11:46:24 +0000
commit7d64a0eec4c3311659e6874d8d9a0ea3e753d005 (patch)
tree93912d584461cb2742426cdc162cef6b01b45515 /llvm/lib/CodeGen/PrologEpilogInserter.cpp
parentd3f8dd2d1595a626412202385461978c43eb049d (diff)
downloadbcm5719-llvm-7d64a0eec4c3311659e6874d8d9a0ea3e753d005.tar.gz
bcm5719-llvm-7d64a0eec4c3311659e6874d8d9a0ea3e753d005.zip
[AArch32] Fix a stupid error in an architectural guard
The < 8 instead of <= 8 meant that a bunch of vreinterprets were not available on v8 AArch32. Simplify the guard to just !defined(aarch64) while we're at it, and enable some v8 AArch32 testing. llvm-svn: 211686
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud