[AArch32] Fix a stupid error in an architectural guard
authorJames Molloy <james.molloy@arm.com>
Wed, 25 Jun 2014 11:46:24 +0000 (11:46 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 25 Jun 2014 11:46:24 +0000 (11:46 +0000)
commit7d64a0eec4c3311659e6874d8d9a0ea3e753d005
tree93912d584461cb2742426cdc162cef6b01b45515
parentd3f8dd2d1595a626412202385461978c43eb049d
[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
clang/include/clang/Basic/arm_neon.td
clang/test/CodeGen/arm_neon_intrinsics.c