From: Wolfgang Pieb Date: Mon, 11 Jul 2016 23:20:28 +0000 (+0000) Subject: Fix test submitted with r275115 (failed on ppc64 buildbots). X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c72930dba56243a011463c20f44f82c1ff0acf7c;p=platform%2Fupstream%2Fllvm.git Fix test submitted with r275115 (failed on ppc64 buildbots). llvm-svn: 275127 --- diff --git a/clang/test/CodeGen/forwarding-blocks-if.c b/clang/test/CodeGen/forwarding-blocks-if.c index 19c8d61..2cc1657 100644 --- a/clang/test/CodeGen/forwarding-blocks-if.c +++ b/clang/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]]: