summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-03-01 19:55:40 +0000
committerDouglas Gregor <dgregor@apple.com>2011-03-01 19:55:40 +0000
commit1bbd2d2ece8e36957ba803c88c71626fe322a6d5 (patch)
tree4b3abdddf056aeea70e3f9f09632ad05b9263e17 /clang
parent0dd049204cb04fca103e876ab48444bb4b971107 (diff)
downloadbcm5719-llvm-1bbd2d2ece8e36957ba803c88c71626fe322a6d5.tar.gz
bcm5719-llvm-1bbd2d2ece8e36957ba803c88c71626fe322a6d5.zip
Kill off more names to fix this test
llvm-svn: 126775
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/mrtd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/mrtd.c b/clang/test/CodeGen/mrtd.c
index a46d5e006ef..2cc71bb0086 100644
--- a/clang/test/CodeGen/mrtd.c
+++ b/clang/test/CodeGen/mrtd.c
@@ -4,9 +4,9 @@ void baz(int arg);
// CHECK: define x86_stdcallcc void @foo(i32 %arg) nounwind
void foo(int arg) {
-// CHECK: call x86_stdcallcc i32 (...)* @bar(i32 %tmp)
+// CHECK: call x86_stdcallcc i32 (...)* @bar(i32
bar(arg);
-// CHECK: call x86_stdcallcc void @baz(i32 %tmp1)
+// CHECK: call x86_stdcallcc void @baz(i32
baz(arg);
}
OpenPOWER on IntegriCloud