]> granicus.if.org Git - clang/commitdiff
Correcting the previous fix for test submitted with r275115.
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Mon, 11 Jul 2016 23:27:19 +0000 (23:27 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Mon, 11 Jul 2016 23:27:19 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275128 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/forwarding-blocks-if.c

index 2cc1657f8f2b925908088dcc0da065f6895fb77e..51711bf0ef46e357d931697c5be5761a5cbea849 100644 (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]]: