diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-03 22:51:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-03 22:51:40 +0000 |
commit | 6bc89e21596a779c759dc18fb46f34cc5e195632 (patch) | |
tree | 741e30097fcdcc5fb0d66d876161502da0299978 | |
parent | 2351abaeab89ef0a0df5a715d0794ed5dec48bb3 (diff) |
this now passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22636 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll b/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll index 6fed85fadd..86fd05edab 100644 --- a/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll +++ b/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll @@ -1,8 +1,6 @@ ; Check that this test makes INDVAR and related stuff dead. ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 2 -; XFAIL: * - declare bool %pred() void %test1({ int, int }* %P) { |