X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2002-02-24-InlineBrokePHINodes.ll;h=db26942096d4554f4edf6cc1c1fe895db6df6acc;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=cbb1a89693775efa246a222cada51e9e8158dba1;hpb=2ad38be2cf53467d39c34456795360f122b37629;p=oota-llvm.git diff --git a/test/Other/2002-02-24-InlineBrokePHINodes.ll b/test/Other/2002-02-24-InlineBrokePHINodes.ll index cbb1a896937..db26942096d 100644 --- a/test/Other/2002-02-24-InlineBrokePHINodes.ll +++ b/test/Other/2002-02-24-InlineBrokePHINodes.ll @@ -1,7 +1,7 @@ ; Inlining used to break PHI nodes. This tests that they are correctly updated ; when a node is split around the call instruction. The verifier caught the error. ; -; RUN: llvm-as < %s | opt -inline +; RUN: opt < %s -inline ; define i64 @test(i64 %X) {