diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-19 02:09:20 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-19 02:09:20 +0000 |
commit | 81daddbf0d099bd70a58645358f7238f129f4b58 (patch) | |
tree | 0e10c0bf5c278fabf0308dc09019c63ac222de6e /test/ExecutionEngine/test-loop.ll | |
parent | 0db64caad98b63313622bc5affdcec300024399e (diff) |
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/test-loop.ll')
-rw-r--r-- | test/ExecutionEngine/test-loop.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ExecutionEngine/test-loop.ll b/test/ExecutionEngine/test-loop.ll index 059de489cb..79ffbd2581 100644 --- a/test/ExecutionEngine/test-loop.ll +++ b/test/ExecutionEngine/test-loop.ll @@ -1,8 +1,6 @@ -; 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() { br label %Loop Loop: |