diff options
| -rw-r--r-- | clang/test/CodeGen/regparm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/regparm.c b/clang/test/CodeGen/regparm.c index 43b1da61ee9..2b5bbfc1a36 100644 --- a/clang/test/CodeGen/regparm.c +++ b/clang/test/CodeGen/regparm.c @@ -14,6 +14,6 @@ reduced(char b, double c, foo* d, double e, int f) {  int  main(void) { -  // CHECK: call void @reduced(i8 signext inreg 0, double 0.000000e+00, %struct.anon* inreg null, double 0.000000e+00, i32 0) +  // CHECK: call void @reduced(i8 signext inreg 0, {{.*}} %struct.anon* inreg null    reduced(0, 0.0, 0, 0.0, 0);  }  | 

