]> granicus.if.org Git - clang/commit
Re-enable test with modifications for Neon vector changes in clang.
authorBob Wilson <bob.wilson@apple.com>
Wed, 17 Nov 2010 00:44:53 +0000 (00:44 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 17 Nov 2010 00:44:53 +0000 (00:44 +0000)
commit8e8c7e04298a2e2fba6d46a61352bdf6f0c340fe
tree76c57647b390896aa7e618b18e7bc34088d7f654
parent53dd00bae3b31aa637666715c6dee0eb01723d92
Re-enable test with modifications for Neon vector changes in clang.
I mistakenly thought that this was checking for vector name mangling, but
it is not.  Since we're no longer wrapping Neon vectors in structs, this
test can just return a vector directly.  There are already other tests for
that, so just to make this interesting, change the test to return a struct
of two vectors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119434 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/arm-vector-arguments.c