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/InstSimplify/compare.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/InstSimplify/compare.ll')
-rw-r--r-- | test/Transforms/InstSimplify/compare.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstSimplify/compare.ll b/test/Transforms/InstSimplify/compare.ll index 00a14cc5cc..b5146ee740 100644 --- a/test/Transforms/InstSimplify/compare.ll +++ b/test/Transforms/InstSimplify/compare.ll @@ -217,7 +217,7 @@ define i1 @urem2(i32 %X, i32 %Y) { %A = urem i32 %X, %Y %B = icmp eq i32 %A, %Y ret i1 %B -; CHECK ret i1 false +; CHECK: ret i1 false } define i1 @urem3(i32 %X) { |