[PATCH] D21819: [Docs][CodeGenerator] Don't specify the number of operands in BuildMI

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 07:03:49 PDT 2016


kparzysz added inline comments.

================
Comment at: docs/CodeGenerator.rst:390
@@ -393,1 +389,3 @@
+  // instruction and insert it at the end of the given MachineBasicBlock.
+  const TargetInstrInfo &TTI = ...
   MachineBasicBlock &MBB = ...
----------------
In the LLVM sources, TTI usually denotes TargetTransformInfo.  A reference to TargetInstrInfo is usually held in TII.


http://reviews.llvm.org/D21819





More information about the llvm-commits mailing list