[PATCH] D37016: [GISel]: Allow the MachineIRBuilder to insert instructions after

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 16:13:43 PDT 2017


qcolombet added a comment.

Just one nit.



================
Comment at: include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h:88
+
+  bool InsertAfter;
 public:
----------------
We should put a default value on that.


Repository:
  rL LLVM

https://reviews.llvm.org/D37016





More information about the llvm-commits mailing list