diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll b/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll index 8702c5e343..c8a1d52733 100644 --- a/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll +++ b/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll @@ -1,5 +1,4 @@ ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep and -; XFAIL: * sbyte %test21(sbyte %A) { %C = shr sbyte %A, ubyte 7 ;; sign extend |