From d7c2c2f753ae80257798fd25a879ec17df953c5b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 2 Dec 2006 20:34:08 +0000 Subject: Use llvm-upgrade these tests as they all use old assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32130 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-08-15-CastAmbiguity.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/Assembler/2002-08-15-CastAmbiguity.ll') diff --git a/test/Assembler/2002-08-15-CastAmbiguity.ll b/test/Assembler/2002-08-15-CastAmbiguity.ll index ce1ce0701d..c44ee670eb 100644 --- a/test/Assembler/2002-08-15-CastAmbiguity.ll +++ b/test/Assembler/2002-08-15-CastAmbiguity.ll @@ -1,6 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f - - +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f void %test(int %X) { -- cgit v1.2.3