[PATCH] Add support for assigning to . in AsmParser

Jim Grosbach grosbach at apple.com
Fri Feb 14 10:35:17 PST 2014


  LGTM with one trivial style fix.


================
Comment at: lib/MC/MCParser/AsmParser.cpp:2118
@@ -2117,4 +2117,3 @@
     Sym = getContext().GetOrCreateSymbol(Name);
-
-  // FIXME: Handle '.'.
+  }
 
----------------
Single statement following "else" shouldn't have enclosing braces.


http://llvm-reviews.chandlerc.com/D2625



More information about the llvm-commits mailing list