diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-03-09 22:07:31 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-03-09 22:07:31 +0000 |
commit | 7bff3e7c1bb1ad4ce061c17baa3cd84e81cef8d1 (patch) | |
tree | b48702ef37454066d5a614a697f0e3ca0a0c9a88 /test/Transforms/InstCombine/icmp.ll | |
parent | b64b497000da019b3bbb5a73b063132b1d61b30e (diff) |
Fix mistyped CHECK lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/icmp.ll')
-rw-r--r-- | test/Transforms/InstCombine/icmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/icmp.ll b/test/Transforms/InstCombine/icmp.ll index a1626835a5..7ba43680a6 100644 --- a/test/Transforms/InstCombine/icmp.ll +++ b/test/Transforms/InstCombine/icmp.ll @@ -380,7 +380,7 @@ define i1 @test38(i32 %x, i32 %y, i32 %z) { ; PR9343 #1 ; CHECK: @test39 -; CHECK %B = icmp eq i32 %X, 0 +; CHECK: %B = icmp eq i32 %X, 0 define i1 @test39(i32 %X, i32 %Y) { %A = ashr exact i32 %X, %Y %B = icmp eq i32 %A, 0 |