From 8c1ab94bae7512f87807c7e8553332d1aa9d5a4a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 23 Jun 2003 21:52:59 +0000 Subject: [PATCH] Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6872 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/cast.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/cast.ll b/test/Transforms/InstCombine/cast.ll index 829d127ff0f..d197eafb796 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 } -- 2.34.1