diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-03 16:17:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-03 16:17:19 +0000 |
commit | 4dc9e5ac0d25ca5baec40602de205a351f8935b0 (patch) | |
tree | c911894e09b0c0255a1f5a1378d77364628c66ad /test/ExecutionEngine/2003-01-04-ArgumentBug.ll | |
parent | 57f28f9775d79db8d3f8b46fcb4b58ff6b1e4b20 (diff) |
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/2003-01-04-ArgumentBug.ll')
-rw-r--r-- | test/ExecutionEngine/2003-01-04-ArgumentBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 411ac524a3..218154f8cf 100644 --- a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll +++ b/test/ExecutionEngine/2003-01-04-ArgumentBug.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 |