Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / test / Other / 2002-02-24-InlineBrokePHINodes.ll
index cbb1a89693775efa246a222cada51e9e8158dba1..db26942096d4554f4edf6cc1c1fe895db6df6acc 100644 (file)
@@ -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) {