diff options
Diffstat (limited to 'test/Transforms/InstSimplify/phi.ll')
-rw-r--r-- | test/Transforms/InstSimplify/phi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstSimplify/phi.ll b/test/Transforms/InstSimplify/phi.ll index 05cd40d902..5b7aaa93ca 100644 --- a/test/Transforms/InstSimplify/phi.ll +++ b/test/Transforms/InstSimplify/phi.ll @@ -2,7 +2,7 @@ ; PR12189 define i1 @test1(i32 %x) { -; CHECK: @test1 +; CHECK-LABEL: @test1( br i1 true, label %a, label %b a: |