This testcase now passes
authorChris Lattner <sabre@nondot.org>
Thu, 4 Aug 2005 19:08:07 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Aug 2005 19:08:07 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22651 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/ops_after_indvar.ll

index 76680a901fa6fc594b4520267386686d3e0d364a..b4bda7e5374f6aab6199e62b07f09c6ae6c59596 100644 (file)
@@ -2,7 +2,6 @@
 ; gets reduced, making INDVAR dead.
 
 ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | not grep INDVAR
-; XFAIL: *
 
 declare bool %pred()
 declare int %getidx()