diff options
-rw-r--r-- | test/Transforms/LoopStrengthReduce/share_ivs.ll | 2 |
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) { |