aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {