[PATCH] D62212: TableGen: Handle nontrivial foreach range bounds
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 14:07:56 PDT 2019
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/TableGen/TGParser.cpp:2495
+
if (!Ranges.empty()) {
----------------
Unnecessary white space addition?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62212/new/
https://reviews.llvm.org/D62212
More information about the llvm-commits
mailing list