aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/and.ll')
-rw-r--r--test/Transforms/InstCombine/and.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Transforms/InstCombine/and.ll b/test/Transforms/InstCombine/and.ll
index e11be02997..67b34a3be5 100644
--- a/test/Transforms/InstCombine/and.ll
+++ b/test/Transforms/InstCombine/and.ll
@@ -137,12 +137,6 @@ ubyte %test20(ubyte %A) {
ret ubyte %D
}
-sbyte %test21(sbyte %A) {
- %C = shr sbyte %A, ubyte 7 ;; sign extend
- %D = and sbyte %C, 1 ;; chop off sign
- ret sbyte %D
-}
-
bool %test22(int %A) {
%B = seteq int %A, 1
%C = setge int %A, 3