Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
[oota-llvm.git] / test / Assembler / 2003-01-30-UnsignedString.ll
index af9a495fe6478d0f786816546cdae09f6c49a02d..6d221a8cda65cd6187a43c634d7a5821043f6d3b 100644 (file)
@@ -1,3 +1,4 @@
+; 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"