Disable the post-RA scheduler on this test, since it uses a
[oota-llvm.git] / test / CodeGen / CBackend / 2003-06-11-HexConstant.ll
index 31bbf885c50376dc8883800982d9e6bf58b8f00c..c6128d6df7a7be6f4dc799b439a0ff1648347536 100644 (file)
@@ -1,3 +1,4 @@
-; Make sure hex constant does not continue into a valid hexadecimal letter/number
-%version = global [3 x sbyte] c"\001\00"
+; RUN: llvm-as < %s | llc -march=c
 
+; Make sure hex constant does not continue into a valid hexadecimal letter/number
+@version = global [3 x i8] c"\001\00"