this passes with the change in predicate
authorChris Lattner <sabre@nondot.org>
Tue, 11 Oct 2005 18:42:26 +0000 (18:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Oct 2005 18:42:26 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23699 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll

index 1613a5b0bde5741904176a8f676a0c9764825934..fcb5fa1cfa834d6f6b6fc3d8d08fcfc23f178faa 100644 (file)
@@ -3,8 +3,6 @@
 
 ; RUN: llvm-as < %s | opt -loop-reduce -disable-output
 
-; XFAIL: *
-
 declare bool %pred(int)
 
 void %test(sbyte* %PTR) {