[PATCH] D29709: [globalisel] Separate the SelectionDAG importer from the emitter. NFC

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 03:53:58 PST 2017


kristof.beyls added inline comments.


================
Comment at: utils/TableGen/GlobalISelEmitter.cpp:564
+  for (const auto &Rule : Rules) {
+    // We're done with this pattern!  Emit the processed result.
+    Rule.emit(OS);
----------------
This comment has become incorrect in the new version of the code?
Probably best to just remove?


https://reviews.llvm.org/D29709





More information about the llvm-commits mailing list