Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / MC / AsmParser / labels.s
index 456d61f06044c6f719a8b0da953ae95e892d1e59..3bc7e630ce47d4a509c621c0e2ad2ecf3ea8e316 100644 (file)
@@ -21,7 +21,7 @@ foo:
 // CHECK: b$c = 10
 "b$c" = 10
 // CHECK: addl $10, %eax
-        addl "b$c", %eax
+        addl $"b$c", %eax
 
 // CHECK: "a 0" = 11
         .set "a 0", 11