summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-23 21:52:59 +0000
committerChris Lattner <sabre@nondot.org>2003-06-23 21:52:59 +0000
commiteea63a519a58b59177d622f2cb8f1a11a9be50da (patch)
tree8a307027be919c13ff4d8c4f393562dd4e3946c5
parentb501ef80ffaa43b896d4b39bfb8967aaed8b7a65 (diff)
downloadbcm5719-llvm-eea63a519a58b59177d622f2cb8f1a11a9be50da.tar.gz
bcm5719-llvm-eea63a519a58b59177d622f2cb8f1a11a9be50da.zip
Fix comment
llvm-svn: 6872
-rw-r--r--llvm/test/Regression/Transforms/InstCombine/cast.ll2
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
}
OpenPOWER on IntegriCloud