Fix comment
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jun 2003 21:52:59 +0000 (21:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jun 2003 21:52:59 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6872 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/cast.ll

index 829d127ff0fe841973f8ca37c44d135900116d4d..d197eafb79662f38e424f67a2b1d372ca1761305 100644 (file)
@@ -83,7 +83,7 @@ bool %test12(ubyte %A) {
 
 bool %test13(ubyte %A, ubyte %b) {
         %B = add ubyte %A, %b
-        %C = cast ubyte %B to bool    ; === A != 1
+        %C = cast ubyte %B to bool    ; === A != -b
         ret bool %C
 }