[PATCH] D11544: WebAssembly: more MCAsmInfo nits.

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rL243339: WebAssembly: more MCAsmInfo nits. (authored by jfb).

Changed prior to commit:
  http://reviews.llvm.org/D11544?vs=30748&id=30750#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D11544

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

Index: llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
+++ llvm/trunk/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.30750.patch
Type: text/x-patch
Size: 781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/5b9c6ab8/attachment.bin>


More information about the llvm-commits mailing list