commit | 0db64caad98b63313622bc5affdcec300024399e | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 02:07:11 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 02:07:11 2006 +0000 |
tree | 008065ca9756ba43c980caf90dd58657faea5b9a | |
parent | b717d10c7e6a8879553e3f6ecc5d60706972f2a8 [diff] [blame] |
This test needs to be upgraded in preparation for the SETCC patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32667 91177308-0d34-0410-b5e6-96231b3b80d8
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.