From 9bc243b2517f4f1aef3319ba01ea6f0788e87cb6 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Sat, 1 Mar 2008 07:38:40 +0000 Subject: Remove llvm-upgrade and update tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47784 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/smallest.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/Feature/smallest.ll') diff --git a/test/Feature/smallest.ll b/test/Feature/smallest.ll index 910af3c88f..5dd023cc60 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 - -- cgit v1.2.3