aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/badCallArgLRLLVM.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/badCallArgLRLLVM.ll')
-rw-r--r--test/CodeGen/Generic/badCallArgLRLLVM.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/badCallArgLRLLVM.ll b/test/CodeGen/Generic/badCallArgLRLLVM.ll
index 47a2aff..5e93138 100644
--- a/test/CodeGen/Generic/badCallArgLRLLVM.ll
+++ b/test/CodeGen/Generic/badCallArgLRLLVM.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o - | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc
; This caused a problem because the argument of a call was defined by
; the return value of another call that appears later in the code.