Correcting the previous fix for test submitted with r275115.

llvm-svn: 275128
This commit is contained in:
Wolfgang Pieb 2016-07-11 23:27:19 +00:00
parent c72930dba5
commit 002df71dd3
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ int f0(int val) {
return 0;
}
// CHECK-LABEL: define {{.*}} i32 @f0
// CHECK-LABEL: define {{.*}}i32 @f0
// CHECK: call void {{.*}} @func
// CHECK: call void {{.*}} @func
// CHECK: br label %[[RETBLOCK1:[^ ]*]]
@ -28,7 +28,7 @@ int f1(int val, int g) {
return 0;
}
// CHECK-LABEL: define {{.*}} i32 @f1
// CHECK-LABEL: define {{.*}}i32 @f1
// CHECK: call void {{.*}} @func
// CHECK: br label %[[RETBLOCK2:[^ ]*]]
// CHECK: [[RETBLOCK2]]: