[PATCH] D11544: WebAssembly: more MCAsmInfo nits.

JF Bastien jfb at chromium.org
Mon Jul 27 15:40:27 PDT 2015


jfb updated this revision to Diff 30748.
jfb added a comment.

Fix diff.


http://reviews.llvm.org/D11544

Files:
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp

Index: lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
===================================================================
--- lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
+++ lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
@@ -27,16 +27,12 @@
 
   // TODO: What should MaxInstLength be?
 
-  // WebAssembly's text format uses s-expressions to represent its AST,
-  // LISP-style comments are therefore suitable.
+  // The s-expression format of WebAssembly uses LISP-style comments.
   CommentString = ";";
 
   PrivateGlobalPrefix = "";
   PrivateLabelPrefix = "";
 
-  InlineAsmStart = ";APP\n";
-  InlineAsmEnd = ";NO_APP\n";
-
   UseDataRegionDirectives = true;
 
   Data8bitsDirective = "\t.int8\t";


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11544.30748.patch
Type: text/x-patch
Size: 748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/f2e34317/attachment.bin>


More information about the llvm-commits mailing list