[PATCH] D40419: [CodeGen] Separate MachineOperand implementation from MachineInstr

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 11:17:54 PST 2017


thegameg marked an inline comment as done.
thegameg added inline comments.


================
Comment at: llvm/trunk/lib/CodeGen/MachineOperand.cpp:10-11
+//
+// /// \file
+// Methods common to all machine operands.
+//
----------------
MatzeB wrote:
> This should be:
> ```
> /// \file Methods common to all machine operands.
> ```
> (just look around some other files for examples).
Ok, fixed in r319206 (I actually did look around, but it looks like the version with a newline is more popular)


Repository:
  rL LLVM

https://reviews.llvm.org/D40419





More information about the llvm-commits mailing list