diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-23 21:52:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-23 21:52:59 +0000 |
commit | 8c1ab94bae7512f87807c7e8553332d1aa9d5a4a (patch) | |
tree | 9779aa61bd42fd0c61f3249f280057a5098f5cc2 | |
parent | d9fa6a331e9799028282e516567638d837f5249c (diff) |
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6872 91177308-0d34-0410-b5e6-96231b3b80d8
-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 } |