From bf9af65a9386836eee0eb549304b904d145c7e93 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 9 Aug 2005 00:19:44 +0000 Subject: [PATCH] This is now implemented git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22723 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopStrengthReduce/share_ivs.ll | 2 -- 1 file changed, 2 deletions(-) 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) {