aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/regparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/regparm.c b/test/CodeGen/regparm.c
index 2dd796489c..b60f8c70d7 100644
--- a/test/CodeGen/regparm.c
+++ b/test/CodeGen/regparm.c
@@ -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);
}