]> granicus.if.org Git - clang/commit
AArch64: use aarch64_be instead of arm64_be in all tests.
authorTim Northover <tnorthover@apple.com>
Wed, 23 Jul 2014 12:57:31 +0000 (12:57 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 23 Jul 2014 12:57:31 +0000 (12:57 +0000)
commit5a6d4817ec4d2556a85a48d4c26e88337a00331e
tree702dea2374abed6986166329887799a266adddcd
parenteb8c2c992ea2d496259cd6ca6257af85f844d78c
AArch64: use aarch64_be instead of arm64_be in all tests.

arm64_be doesn't really exist; it was useful for testing while AArch64 and
ARM64 were separate, but now the only real way to refer to the system is
aarch64_be.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213747 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/aarch64-type-sizes.c
test/CodeGen/aarch64-varargs.c
test/CodeGen/arm64-be-bitfield.c
test/CodeGen/arm64-be-hfa-vararg.c
test/CodeGen/arm64-lanes.c
test/Preprocessor/init.c
test/Sema/arm64-neon-args.c
test/Sema/big-endian-neon-initializers.c