From: Chris Lattner Date: Tue, 11 Oct 2005 18:42:26 +0000 (+0000) Subject: this passes with the change in predicate X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11acc44e66540720c7ece49f4eeec6e6983ebb56;p=oota-llvm.git this passes with the change in predicate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23699 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll index 1613a5b0bde..fcb5fa1cfa8 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) {