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 5e55231932ca4b7c497931bddf0886b2a5114132..6d221a8cda65cd6187a43c634d7a5821043f6d3b 100644 (file)
@@ -1,5 +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"