commit | fc887458eba5b0e2c9153e007ef97332913c9747 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sat Mar 01 07:38:40 2008 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sat Mar 01 07:38:40 2008 +0000 |
tree | e3b7a85489213ca435df8fdecb7a12601e2f00ac | |
parent | d39091a9e2d52ca3acdebf27a887545b19317d07 [diff] [blame] |
Remove llvm-upgrade and update tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47784 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Feature/smallest.ll b/test/Feature/smallest.ll index 910af3c..5dd023c 100644 --- a/test/Feature/smallest.ll +++ b/test/Feature/smallest.ll
@@ -1,7 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll +; RUN: llvm-as < %s | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll - -implementation -