Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality...
authorStephen Lin <stephenwlin@gmail.com>
Sun, 14 Jul 2013 02:10:57 +0000 (02:10 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Sun, 14 Jul 2013 02:10:57 +0000 (02:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186271 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
test/Transforms/Inline/basictest.ll
test/Transforms/Inline/nested-inline.ll
test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll

index 7fb8d9c172bc41db8c6dfa67becde9370d3adb7e..b98facad397758e0160fd09c29dbc7d608be7fbc 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: opt < %s -globalopt -S | FileCheck %s
 
 define internal void @f() {
-; CHECK-NOT-LABEL: @f(
+; CHECK-NOT: @f(
 ; CHECK: define void @a
        ret void
 }
index 93bf9dddee26b4d2e6471c52a6331599675e7d1c..085694febc6a1cfad9cf24c052444aafea7110bb 100644 (file)
@@ -20,7 +20,7 @@ define i32 @test1(i32 %W) {
 
 %T = type { i32, i32 }
 
-; CHECK-NOT-LABEL: @test2f(
+; CHECK-NOT: @test2f(
 define internal %T* @test2f(i1 %cond, %T* %P) {
   br i1 %cond, label %T, label %F
   
index 9c23774b702ee3f987a6428e9a83a66b5bd4d8c0..9d08ac0c19c62b71992e9629c1877589fce043e8 100644 (file)
@@ -47,7 +47,7 @@ UnifiedReturnBlock:           ; preds = %cond_next13
        ret void
 }
 
-; CHECK-NOT-LABEL: @bar(
+; CHECK-NOT: @bar(
 define internal fastcc void @bar(i32 %X) {
 entry:
        %ALL = alloca i32, align 4              ; <i32*> [#uses=1]
@@ -101,7 +101,7 @@ declare void @ext(i32*)
 define void @test(i32 %X) {
 entry:
 ; CHECK: test
-; CHECK-NOT-LABEL: @bar(
+; CHECK-NOT: @bar(
        tail call fastcc void @bar( i32 %X )
        tail call fastcc void @bar( i32 %X )
        tail call fastcc void @bar2( i32 %X )
index cf5f5e0011e294e12a9835e63cce92078a76df95..8344993a6fd2f2169e08beb00d4e53a09b4cfa01 100644 (file)
@@ -15,7 +15,7 @@ declare i32 @getval() nounwind
 ; CHECK-LABEL: @foo(
 ; CHECK: return:
 ; CHECK: %retval.0 = phi i32 [ %tmp7.i, %land.lhs.true ], [ 0, %do.cond ], [ %tmp7.i.1, %land.lhs.true.1 ], [ 0, %do.cond.1 ], [ %tmp7.i.2, %land.lhs.true.2 ], [ 0, %do.cond.2 ], [ %tmp7.i.3, %land.lhs.true.3 ], [ 0, %do.cond.3 ]
-; CHECK-NOT-LABEL: @bar(
+; CHECK-NOT: @bar(
 ; CHECK: bar.exit.3
 define i32 @foo() uwtable ssp align 2 {
 entry: