aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/2003-01-04-LoopTest.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-19 02:09:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-19 02:09:20 +0000
commit81daddbf0d099bd70a58645358f7238f129f4b58 (patch)
tree0e10c0bf5c278fabf0308dc09019c63ac222de6e /test/ExecutionEngine/2003-01-04-LoopTest.ll
parent0db64caad98b63313622bc5affdcec300024399e (diff)
downloadexternal_llvm-81daddbf0d099bd70a58645358f7238f129f4b58.zip
external_llvm-81daddbf0d099bd70a58645358f7238f129f4b58.tar.gz
external_llvm-81daddbf0d099bd70a58645358f7238f129f4b58.tar.bz2
For PR950:
These tests need to be upgraded in preparation for the SETCC patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/2003-01-04-LoopTest.ll')
-rw-r--r--test/ExecutionEngine/2003-01-04-LoopTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2003-01-04-LoopTest.ll b/test/ExecutionEngine/2003-01-04-LoopTest.ll
index 82bd5b8..f70928a 100644
--- a/test/ExecutionEngine/2003-01-04-LoopTest.ll
+++ b/test/ExecutionEngine/2003-01-04-LoopTest.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o %t.bc
+; RUN: llvm-upgrade < %s | llvm-as -o %t.bc -f
; RUN: lli %t.bc > /dev/null
implementation