aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLC/badCallArgLRLLVM.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLC/badCallArgLRLLVM.ll')
-rw-r--r--test/LLC/badCallArgLRLLVM.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/LLC/badCallArgLRLLVM.ll b/test/LLC/badCallArgLRLLVM.ll
index 0a29e6d..47a2aff 100644
--- a/test/LLC/badCallArgLRLLVM.ll
+++ b/test/LLC/badCallArgLRLLVM.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | 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.
; When processing the first call, the second call has not yet been processed