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
This commit is contained in:
Reid Spencer
2006-12-19 02:07:11 +00:00
parent b717d10c7e
commit 0db64caad9
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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.