commit | c89a0ececb6d932c8fe34d948359ab57f1397b3e | [log] [tgz] |
---|---|---|
author | Stephen Lin <stephenwlin@gmail.com> | Sun Jul 14 02:10:57 2013 +0000 |
committer | Stephen Lin <stephenwlin@gmail.com> | Sun Jul 14 02:10:57 2013 +0000 |
tree | 5bfac7d5bd2ae2621ea3967f549f8ff0271220f3 | |
parent | 42713d763f052def9d0b525da9530ac97333752c [diff] [blame] |
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change. llvm-svn: 186271
diff --git a/llvm/test/Transforms/Inline/basictest.ll b/llvm/test/Transforms/Inline/basictest.ll index 93bf9dd..085694f 100644 --- a/llvm/test/Transforms/Inline/basictest.ll +++ b/llvm/test/Transforms/Inline/basictest.ll
@@ -20,7 +20,7 @@ %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