aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-02 17:43:39 +0000
committerChris Lattner <sabre@nondot.org>2007-08-02 17:43:39 +0000
commit37f71c0f8600ea5db29b3dc34d76795c40f67635 (patch)
tree683e4b554ffaa368643aebfbdd6ac3438af21408 /test
parent9c909d2c5c4ba8882efa81938428923a0f190ee4 (diff)
downloadexternal_llvm-37f71c0f8600ea5db29b3dc34d76795c40f67635.zip
external_llvm-37f71c0f8600ea5db29b3dc34d76795c40f67635.tar.gz
external_llvm-37f71c0f8600ea5db29b3dc34d76795c40f67635.tar.bz2
I don't have time to restore this functionality right now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/zext-fold.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/zext-fold.ll b/test/Transforms/InstCombine/zext-fold.ll
index 0f0349d..2b66a74 100644
--- a/test/Transforms/InstCombine/zext-fold.ll
+++ b/test/Transforms/InstCombine/zext-fold.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {zext } | wc -l | grep 1
; PR1570
+; XFAIL: *
define i32 @test2(float %X, float %Y) {
entry: