summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-11-23 03:17:33 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-11-23 03:17:33 +0000
commit55bd8bd6ebcde23bf59ca7e21bd6defe9317885a (patch)
treee1553cb6d7ad6f2171b032d55f4f9e54cc293baa /test
parente389446d01aa473cde1dbb17fee99388e0e1570d (diff)
downloadllvm-55bd8bd6ebcde23bf59ca7e21bd6defe9317885a.tar.gz
llvm-55bd8bd6ebcde23bf59ca7e21bd6defe9317885a.tar.bz2
llvm-55bd8bd6ebcde23bf59ca7e21bd6defe9317885a.tar.xz
Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This
fixes part of PR5438. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89639 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/compare-signs.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/compare-signs.ll b/test/Transforms/InstCombine/compare-signs.ll
index 2f98641a24..ba638ba36f 100644
--- a/test/Transforms/InstCombine/compare-signs.ll
+++ b/test/Transforms/InstCombine/compare-signs.ll
@@ -1,5 +1,4 @@
; RUN: opt %s -instcombine -S | FileCheck %s
-; XFAIL: *
; PR5438
; TODO: This should also optimize down.