Remove llvm-upgrade and update tests.
llvm-svn: 47296
diff --git a/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll b/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
index bc5691f..c6128d6 100644
--- a/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
+++ b/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llvm-as < %s | llc -march=c
; Make sure hex constant does not continue into a valid hexadecimal letter/number
-%version = global [3 x sbyte] c"\001\00"
-
+@version = global [3 x i8] c"\001\00"