From b7e02fc0bf18ec1d026291aab48d125a455b3ec5 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. llvm-svn: 47784 --- llvm/test/Feature/smallest.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/test/Feature/smallest.ll') diff --git a/llvm/test/Feature/smallest.ll b/llvm/test/Feature/smallest.ll index 910af3c88f3..5dd023cc602 100644 --- a/llvm/test/Feature/smallest.ll +++ b/llvm/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