summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll')
-rw-r--r--llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll b/llvm/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
index bc5691f22f6..c6128d6df7a 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"
OpenPOWER on IntegriCloud