diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-19 02:07:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-19 02:07:11 +0000 |
commit | 0db64caad98b63313622bc5affdcec300024399e (patch) | |
tree | 008065ca9756ba43c980caf90dd58657faea5b9a /test/CodeGen/Generic/2003-07-06-BadIntCmp.ll | |
parent | b717d10c7e6a8879553e3f6ecc5d60706972f2a8 (diff) |
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
Diffstat (limited to 'test/CodeGen/Generic/2003-07-06-BadIntCmp.ll')
-rw-r--r-- | test/CodeGen/Generic/2003-07-06-BadIntCmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll b/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll index 59f90d5d0a..a741ebcd85 100644 --- a/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll +++ b/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o - | llc +; RUN: llvm-upgrade < %s | llvm-as | llc ;; Date: May 28, 2003. ;; From: test/Programs/MultiSource/Olden-perimeter/maketree.c |