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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec47d75d7c8610c81b402d20885ecf2f5e80c784;p=clang Fix test submitted with r275115 (failed on ppc64 buildbots). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275127 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/forwarding-blocks-if.c b/test/CodeGen/forwarding-blocks-if.c index 19c8d61d9c..2cc1657f8f 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]]: