summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/or.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-23 21:06:34 +0000
committerChris Lattner <sabre@nondot.org>2003-07-23 21:06:34 +0000
commit2fc5e59362ca8150bd5b6be41923fa082b26fd8d (patch)
tree8fb3f3dda7a14dc6cf40417f67ff8c287e5e7b23 /test/Transforms/InstCombine/or.ll
parent2c77cb91010c63c2392856ee3b5331998799ac4d (diff)
downloadllvm-2fc5e59362ca8150bd5b6be41923fa082b26fd8d.tar.gz
llvm-2fc5e59362ca8150bd5b6be41923fa082b26fd8d.tar.bz2
llvm-2fc5e59362ca8150bd5b6be41923fa082b26fd8d.tar.xz
Remove obscure test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/or.ll')
-rw-r--r--test/Transforms/InstCombine/or.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Transforms/InstCombine/or.ll b/test/Transforms/InstCombine/or.ll
index 594c78f13c..838e75ec1d 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