summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-arith.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-03 16:17:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-03 16:17:19 +0000
commit4dc9e5ac0d25ca5baec40602de205a351f8935b0 (patch)
treec911894e09b0c0255a1f5a1378d77364628c66ad /test/ExecutionEngine/test-arith.ll
parent57f28f9775d79db8d3f8b46fcb4b58ff6b1e4b20 (diff)
downloadllvm-4dc9e5ac0d25ca5baec40602de205a351f8935b0.tar.gz
llvm-4dc9e5ac0d25ca5baec40602de205a351f8935b0.tar.bz2
llvm-4dc9e5ac0d25ca5baec40602de205a351f8935b0.tar.xz
These tests need llvm-upgrade. This fixes last night's nightly test fallout.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/test-arith.ll')
-rw-r--r--test/ExecutionEngine/test-arith.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-arith.ll b/test/ExecutionEngine/test-arith.ll
index ea34dadcbf..49d85af114 100644
--- a/test/ExecutionEngine/test-arith.ll
+++ b/test/ExecutionEngine/test-arith.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o %t.bc
+; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc
; RUN: lli %t.bc > /dev/null
int %main() {