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) {