summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-07-12 22:30:58 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-07-12 22:30:58 +0000
commit0aadf83f805cdd89abcc18965f77ee65a409304f (patch)
treeb7e227ee3d8dcbf5bf9a7b3b71d5549ee4de397c /clang/test
parenta200973eadbcac4683293a954ae94dc564ac0796 (diff)
downloadbcm5719-llvm-0aadf83f805cdd89abcc18965f77ee65a409304f.tar.gz
bcm5719-llvm-0aadf83f805cdd89abcc18965f77ee65a409304f.zip
Revert r134946
llvm-svn: 135004
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/x86_64-arguments.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/x86_64-arguments.c b/clang/test/CodeGen/x86_64-arguments.c
index 221c7d38a73..d256748b8f3 100644
--- a/clang/test/CodeGen/x86_64-arguments.c
+++ b/clang/test/CodeGen/x86_64-arguments.c
@@ -280,7 +280,7 @@ void f39() { f38(x38); f37(x37); }
// The two next tests make sure that the struct below is passed
// in the same way regardless of avx being used
-// CHECK: declare void @func40(%struct.t128* byval align 16)
+// TOBECHECKED: declare void @func40(%struct.t128* byval align 16)
typedef float __m128 __attribute__ ((__vector_size__ (16)));
typedef struct t128 {
__m128 m;
@@ -292,7 +292,7 @@ void func41(two128 s) {
func40(s);
}
-// CHECK: declare void @func42(%struct.t128_2* byval align 16)
+// TOBECHECKED: declare void @func42(%struct.t128_2* byval align 16)
typedef struct xxx {
__m128 array[2];
} Atwo128;
OpenPOWER on IntegriCloud