From: Douglas Gregor Date: Tue, 1 Mar 2011 19:55:40 +0000 (+0000) Subject: Kill off more names to fix this test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=438d7f05d34abfdf6a8a8954a957b97275162070;p=clang Kill off more names to fix this test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126775 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/mrtd.c b/test/CodeGen/mrtd.c index a46d5e006e..2cc71bb008 100644 --- a/test/CodeGen/mrtd.c +++ b/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); }