]> granicus.if.org Git - clang/commit
[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)
commitc22c9c9f0007bb4823059c308c570ece414028c7
tree220a110865c0bd2405a5e50e6f745791736cf3f9
parent71f61a886646fca18a9dbed747ff34b0faa0dc98
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211686 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/arm_neon.td
test/CodeGen/arm_neon_intrinsics.c