WebAssembly: more MCAsmInfo nits.
[oota-llvm.git] / lib / Target / WebAssembly / MCTargetDesc / WebAssemblyMCAsmInfo.cpp
index 5a54b3a24c892497a2087f841962561e26d11fd3..c3ab48fd405555bccc463c578e3c7e19efc15013 100644 (file)
@@ -27,16 +27,12 @@ WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T) {
 
   // 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";