this now passes
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 22:51:40 +0000 (22:51 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 22:51:40 +0000 (22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22636 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll

index 6fed85fadd99f4818b14bab0217becb31c2fa7ee..86fd05edab5cb2cebbdc2d0f81574c3101e82bd3 100644 (file)
@@ -1,8 +1,6 @@
 ; Check that this test makes INDVAR and related stuff dead.
 ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 2
 
-; XFAIL: *
-
 declare bool %pred()
 
 void %test1({ int, int }* %P) {