aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-09 00:19:44 +0000
committerChris Lattner <sabre@nondot.org>2005-08-09 00:19:44 +0000
commitbf9af65a9386836eee0eb549304b904d145c7e93 (patch)
treec4311ca153e453d826798d4d9f4cc33e9452f303
parent1bbae0cbf212d0356f564d12e8f728be455bdc47 (diff)
This is now implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22723 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/LoopStrengthReduce/share_ivs.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/LoopStrengthReduce/share_ivs.ll b/test/Transforms/LoopStrengthReduce/share_ivs.ll
index 1e4c844435..d44cf0f1e7 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) {