From 74bb9f5ad413f38958e64052a8d409fb5f20ec33 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 14 Feb 2008 07:57:12 +0000 Subject: Remove llvm-upgrade git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47119 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-01-30-UnsignedString.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/Assembler/2003-01-30-UnsignedString.ll') diff --git a/test/Assembler/2003-01-30-UnsignedString.ll b/test/Assembler/2003-01-30-UnsignedString.ll index f99b31a..6d221a8 100644 --- a/test/Assembler/2003-01-30-UnsignedString.ll +++ b/test/Assembler/2003-01-30-UnsignedString.ll @@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f +; RUN: llvm-as < %s -o /dev/null -f - -%spell_order = global [4 x ubyte] c"\FF\00\F7\00" +@spell_order = global [4 x i8] c"\FF\00\F7\00" -- cgit v1.1