[PATCH] D26797: [X86][InlineAsm]Test commit

coby via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 20 01:41:06 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287484: [X86][InlineAsm]Test commit. (authored by coby).

Changed prior to commit:
  https://reviews.llvm.org/D26797?vs=78360&id=78653#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26797

Files:
  llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp


Index: llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
===================================================================
--- llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
+++ llvm/trunk/lib/Target/X86/AsmParser/X86AsmParser.cpp
@@ -1915,7 +1915,7 @@
                           const SMLoc &StartLoc) {
   MCAsmParser &Parser = getParser();
   // Assuming we are just pass the '{' mark, quering the next token
-  // Searched for {z}, but none was found. Return true, as no parsing error was
+  // Searched for {z}, but none was found. Return false, as no parsing error was
   // encountered
   if (!(getLexer().is(AsmToken::Identifier) &&
         (getLexer().getTok().getIdentifier() == "z")))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26797.78653.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161120/6df04d22/attachment.bin>


More information about the llvm-commits mailing list