diff options
-rw-r--r-- | test/Transforms/InstCombine/cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast.ll b/test/Transforms/InstCombine/cast.ll index 829d127ff0..d197eafb79 100644 --- a/test/Transforms/InstCombine/cast.ll +++ b/test/Transforms/InstCombine/cast.ll @@ -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 } |