commit | 81daddbf0d099bd70a58645358f7238f129f4b58 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 02:09:20 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 02:09:20 2006 +0000 |
tree | 0e10c0bf5c278fabf0308dc09019c63ac222de6e | |
parent | 0db64caad98b63313622bc5affdcec300024399e [diff] [blame] |
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
diff --git a/test/ExecutionEngine/test-cast.ll b/test/ExecutionEngine/test-cast.ll index 344e685..97e7157 100644 --- a/test/ExecutionEngine/test-cast.ll +++ b/test/ExecutionEngine/test-cast.ll
@@ -1,8 +1,7 @@ -; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null - int %foo() { ret int 0 }