diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/badCallArgLRLLVM.ll')
| -rw-r--r-- | llvm/test/CodeGen/Generic/badCallArgLRLLVM.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/badCallArgLRLLVM.ll b/llvm/test/CodeGen/Generic/badCallArgLRLLVM.ll index 56384748ac0..4ed88df4a53 100644 --- a/llvm/test/CodeGen/Generic/badCallArgLRLLVM.ll +++ b/llvm/test/CodeGen/Generic/badCallArgLRLLVM.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc +; RUN: llc < %s ; 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. |

