[PATCH] D36793: [X86AsmParser] Refactoring, (almost) NFC.
coby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 01:25:25 PDT 2017
coby added inline comments.
================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:1306
- bool Found = false;
- for (AsmRewrite &AR : AsmRewrites) {
- if (AR.Loc.getPointer() > BracLoc.getPointer())
----------------
rnk wrote:
> Woohoo, excited to see this go. :)
Aye, won't yearn for it either !
Repository:
rL LLVM
https://reviews.llvm.org/D36793
More information about the llvm-commits
mailing list