[PATCH] D26797: Test commit
coby via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 06:22:58 PST 2016
coby created this revision.
coby added a reviewer: myatsina.
coby added a subscriber: llvm-commits.
coby set the repository for this revision to rL LLVM.
Test commit.
Fixing a wrong comment on X86AsmParser.cpp::ParseZ: "true" --> "false"
Repository:
rL LLVM
https://reviews.llvm.org/D26797
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
Index: lib/Target/X86/AsmParser/X86AsmParser.cpp
===================================================================
--- lib/Target/X86/AsmParser/X86AsmParser.cpp
+++ 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.78360.patch
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161117/2a559822/attachment.bin>
More information about the llvm-commits
mailing list