fix the encoding of sldt GR16 to have the 0x66 prefix, and
[oota-llvm.git] / test / MC / AsmParser / assignment.s
index 882fae8bae64b0376ff6a4f42f866d4f12a2c6b6..73ce8600db0b6f2b95883c70883782120fa363f7 100644 (file)
@@ -2,6 +2,10 @@
 
 # CHECK: TEST0:
 # CHECK: a = 0
-TEST0:  
+TEST0:
         a = 0
-        
+
+# CHECK: .globl        _f1
+# CHECK: _f1 = 0
+        .globl _f1
+        _f1 = 0