1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

this now passes

llvm-svn: 22636
This commit is contained in:
Chris Lattner 2005-08-03 22:51:40 +00:00
parent 1dcd811d36
commit 215515c80b

View File

@ -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) {