Tidy up some things in <arm_neon.h>.
authorBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 19:39:14 +0000 (19:39 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 19:39:14 +0000 (19:39 +0000)
commit6904d7af1c796a77f31d84ea9de50784f3cf5503
tree26a5a1b3e1ac932b8f06b612d3182a745d05e49e
parentf18dfec0f7927291d69189c82c864ec838c45bcb
Tidy up some things in <arm_neon.h>.
Stop defining types with "__neon_" prefixes and then using typedefs without
the prefix; there's no reason to do that anymore.  Remove types that combine
multiple Neon vectors and treat them as a single long vector; they are not
used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119369 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/NeonEmitter.cpp