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 | eea63a519a58b59177d622f2cb8f1a11a9be50da (patch) | |
tree | 8a307027be919c13ff4d8c4f393562dd4e3946c5 | |
parent | b501ef80ffaa43b896d4b39bfb8967aaed8b7a65 (diff) | |
download | bcm5719-llvm-eea63a519a58b59177d622f2cb8f1a11a9be50da.tar.gz bcm5719-llvm-eea63a519a58b59177d622f2cb8f1a11a9be50da.zip |
Fix comment
llvm-svn: 6872
-rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/cast.ll b/llvm/test/Regression/Transforms/InstCombine/cast.ll index 829d127ff0f..d197eafb796 100644 --- a/llvm/test/Regression/Transforms/InstCombine/cast.ll +++ b/llvm/test/Regression/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 } |