diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-01 16:12:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-01 16:12:52 +0000 |
commit | 05b402ce9fc3594fafeccaf46b0bd6cf8698ab3d (patch) | |
tree | 8591ffe1137fdb7a0511198d3674f96f5c014993 /test | |
parent | 6dec0b09d5f01bf2fe4f26209f339310b2de4440 (diff) |
This now works.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19215 91177308-0d34-0410-b5e6-96231b3b80d8
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 |