diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-11 18:42:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-11 18:42:26 +0000 |
commit | 11acc44e66540720c7ece49f4eeec6e6983ebb56 (patch) | |
tree | e48d452ceb738befacc97e47634ccc79e7bc1c9d | |
parent | d6155e96f78a9f4344f5e697f7dd74d2f2325092 (diff) |
this passes with the change in predicate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23699 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll index 1613a5b0bd..fcb5fa1cfa 100644 --- a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll +++ b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll @@ -3,8 +3,6 @@ ; RUN: llvm-as < %s | opt -loop-reduce -disable-output -; XFAIL: * - declare bool %pred(int) void %test(sbyte* %PTR) { |