]> granicus.if.org Git - clang/commitdiff
Fix bot for named register test
authorRenato Golin <renato.golin@linaro.org>
Thu, 5 Jun 2014 16:52:20 +0000 (16:52 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 5 Jun 2014 16:52:20 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210275 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/named_reg_global.c

index 6137177b6d4be6e9d19ee4c9864deee635027a4f..8117daef615c928e40314826c7027ceaf0d91e86 100644 (file)
@@ -40,7 +40,7 @@ int fn1() {
 void fn2(struct p4_Thread *val) {
   p4TH = val;
 }
-// CHECK: %[[regw:[0-9]+]] = ptrtoint %struct.p4_Thread* %0 to i[[bits]]
+// CHECK: %[[regw:[0-9]+]] = ptrtoint %struct.p4_Thread* %{{.*}} to i[[bits]]
 // CHECK: call void @llvm.write_register.i[[bits]](metadata !0, i[[bits]] %[[regw]])
 
 // CHECK: !llvm.named.register.sp = !{!0}