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-branch.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-branch.ll')
-rw-r--r-- | test/ExecutionEngine/test-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-branch.ll b/test/ExecutionEngine/test-branch.ll index 3f08ecc4d5..649319b88f 100644 --- a/test/ExecutionEngine/test-branch.ll +++ b/test/ExecutionEngine/test-branch.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 ; test unconditional branch |