[PATCH] D52478: [AArch64][AsmParser] Show name of missing feature for system instructions
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 09:25:22 PDT 2018
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Looks okay to me.
================
Comment at: lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:2781
+ std::end(ExtensionMap),
+ [&](const Extension& e)
+ // Use & in case multiple features are enabled
----------------
Coding style nit, should this be: Extension &e?
Repository:
rL LLVM
https://reviews.llvm.org/D52478
More information about the llvm-commits
mailing list