diff options
Diffstat (limited to 'llvm/test/Transforms/Inline/basictest.ll')
-rw-r--r-- | llvm/test/Transforms/Inline/basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/basictest.ll b/llvm/test/Transforms/Inline/basictest.ll index 93bf9dddee2..085694febc6 100644 --- a/llvm/test/Transforms/Inline/basictest.ll +++ b/llvm/test/Transforms/Inline/basictest.ll @@ -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 |