diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/or.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Transforms/InstCombine/or.ll b/test/Transforms/InstCombine/or.ll index 594c78f..838e75e 100644 --- a/test/Transforms/InstCombine/or.ll +++ b/test/Transforms/InstCombine/or.ll @@ -118,17 +118,6 @@ bool %test19(ubyte %A) { ret bool %C } - -bool %test20(int %A) { - %B = xor int %A, -1 - %C = and int %B, 4 - %D = setne int %C, 0 - %E = and int %B, 123 ; Make the usecount of B = 2 - %F = cast int %E to bool - %G = and bool %D, %F - ret bool %G -} - ubyte %test21(ubyte %A) { %B = or ubyte %A, 1 %C = and ubyte %B, 254 |