diff options
Diffstat (limited to 'llvm/test/Other/2002-02-24-InlineBrokePHINodes.ll')
-rw-r--r-- | llvm/test/Other/2002-02-24-InlineBrokePHINodes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/2002-02-24-InlineBrokePHINodes.ll b/llvm/test/Other/2002-02-24-InlineBrokePHINodes.ll index cbb1a896937..c5c2f38021a 100644 --- a/llvm/test/Other/2002-02-24-InlineBrokePHINodes.ll +++ b/llvm/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) { |