summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-16 18:47:29 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-16 18:47:29 +0000
commit8efa48dddb522bc9b200706d369d62943fa765d1 (patch)
treed542846a47b964112d508f5405a222ec65cba037 /clang/test/CodeGen
parent9d38fc8ddc5ecfac5b18f439adc2185d2394e34b (diff)
downloadbcm5719-llvm-8efa48dddb522bc9b200706d369d62943fa765d1.tar.gz
bcm5719-llvm-8efa48dddb522bc9b200706d369d62943fa765d1.zip
Fixup test case for Release builds.
llvm-svn: 162038
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/ms-inline-asm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.c b/clang/test/CodeGen/ms-inline-asm.c
index 43ecbe34f47..310fbd1e008 100644
--- a/clang/test/CodeGen/ms-inline-asm.c
+++ b/clang/test/CodeGen/ms-inline-asm.c
@@ -91,7 +91,6 @@ unsigned t11(void) {
}
return j;
// CHECK: t11
-// CHECK: entry:
// CHECK: [[I:%[a-zA-Z0-9]+]] = alloca i32, align 4
// CHECK: [[J:%[a-zA-Z0-9]+]] = alloca i32, align 4
// CHECK: store i32 1, i32* [[I]], align 4
OpenPOWER on IntegriCloud