this passes with the change in predicate

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-11 18:42:26 +00:00
parent d6155e96f7
commit 11acc44e66

View File

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