From: Chris Lattner Date: Tue, 9 Aug 2005 00:19:44 +0000 (+0000) Subject: This is now implemented X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bf9af65a9386836eee0eb549304b904d145c7e93;p=oota-llvm.git This is now implemented git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22723 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopStrengthReduce/share_ivs.ll b/test/Transforms/LoopStrengthReduce/share_ivs.ll index 1e4c844435c..d44cf0f1e7d 100644 --- a/test/Transforms/LoopStrengthReduce/share_ivs.ll +++ b/test/Transforms/LoopStrengthReduce/share_ivs.ll @@ -4,8 +4,6 @@ ; loop invariant value (B) added to it inside of the loop, instead of having ; a whole indvar based on B for it. -; XFAIL: * - declare bool %cond(uint) void %test(uint %B) {