| commit | 5429dbf6c7cbdf80665097a7eb8e69c6bcd68e1f | [log] [tgz] |
|---|---|---|
| author | Tanya Lattner <tonic@nondot.org> | Thu Feb 14 07:57:12 2008 +0000 |
| committer | Tanya Lattner <tonic@nondot.org> | Thu Feb 14 07:57:12 2008 +0000 |
| tree | 2065c2c3201f26587740dc02aa6e3883eccfc546 | |
| parent | b0aad621fdb143824ff27ba754d2a45ea71df890 [diff] [blame] |
Remove llvm-upgrade llvm-svn: 47119
diff --git a/llvm/test/Assembler/2003-01-30-UnsignedString.ll b/llvm/test/Assembler/2003-01-30-UnsignedString.ll index f99b31a..6d221a8 100644 --- a/llvm/test/Assembler/2003-01-30-UnsignedString.ll +++ b/llvm/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"