]> granicus.if.org Git - clang/commit
Update the tests.
authorBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 23:17:12 +0000 (23:17 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 23:17:12 +0000 (23:17 +0000)
commit5e31474b9c8348e8d0404264ae6a8775e34df6ac
tree2f4f140ff876b8e400e1de7ff98facbf909baa2b
parentf843a580c4a54ca147f22422ee8ccfd2347784fc
Update the tests.

This update coincides with r174110. That change ordered the attributes
alphabetically.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174111 91177308-0d34-0410-b5e6-96231b3b80d8
30 files changed:
test/CodeGen/aarch64-arguments.c
test/CodeGen/arm-arguments.c
test/CodeGen/arm-pnaclcall.c
test/CodeGen/arm-vector-arguments.c
test/CodeGen/attr-naked.c
test/CodeGen/blocks.c
test/CodeGen/function-attributes.c
test/CodeGen/le32-arguments.c
test/CodeGen/le32-regparm.c
test/CodeGen/mips-vector-return.c
test/CodeGen/mips64-nontrivial-return.cpp
test/CodeGen/mips64-padding-arg.c
test/CodeGen/ms-declspecs.c
test/CodeGen/pragma-weak.c
test/CodeGen/regparm-struct.c
test/CodeGen/regparm.c
test/CodeGen/stdcall-fastcall.c
test/CodeGen/struct-passing.c
test/CodeGen/transparent-union.c
test/CodeGen/x86_32-arguments-darwin.c
test/CodeGen/x86_32-arguments-linux.c
test/CodeGen/x86_32-arguments-realign.c
test/CodeGen/x86_64-arguments-nacl.c
test/CodeGen/x86_64-arguments.c
test/CodeGenCXX/lambda-expressions.cpp
test/CodeGenCXX/noinline-template.cpp
test/CodeGenCXX/regparm.cpp
test/CodeGenCXX/temporaries.cpp
test/CodeGenCXX/x86_32-arguments.cpp
test/CodeGenCXX/x86_64-arguments.cpp