From: Wolfgang Pieb Date: Mon, 11 Jul 2016 23:27:19 +0000 (+0000) Subject: Correcting the previous fix for test submitted with r275115. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=700e6a514a37a0eb2f26c27baf33163ad07f5b15;p=clang Correcting the previous fix for test submitted with r275115. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275128 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/forwarding-blocks-if.c b/test/CodeGen/forwarding-blocks-if.c index 2cc1657f8f..51711bf0ef 100644 --- a/test/CodeGen/forwarding-blocks-if.c +++ b/test/CodeGen/forwarding-blocks-if.c @@ -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]]: