]> granicus.if.org Git - clang/commitdiff
Fix test in -Asserts build.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 30 Mar 2010 23:50:00 +0000 (23:50 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 30 Mar 2010 23:50:00 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99960 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/regparm.c

index 2dd796489cc8d62af7982634c7bee5cd85140650..b60f8c70d762ddcae068ae5441e1a58a8085de91 100644 (file)
@@ -18,6 +18,6 @@ int
 main(void) {
   // CHECK: call void @reduced(i8 signext inreg 0, {{.*}} %struct.anon* inreg null
   reduced(0, 0.0, 0, 0.0, 0);
-  // CHECK: call x86_stdcallcc void %tmp(i32 inreg 1, i32 inreg 2)
+  // CHECK: call x86_stdcallcc void {{.*}}(i32 inreg 1, i32 inreg 2)
   bar(1,2);
 }