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

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 11:04:03 PST 2017


MatzeB added inline comments.


================
Comment at: llvm/trunk/lib/CodeGen/MachineOperand.cpp:10-11
+//
+// /// \file
+// Methods common to all machine operands.
+//
----------------
This should be:
```
/// \file Methods common to all machine operands.
```
(just look around some other files for examples).


Repository:
  rL LLVM

https://reviews.llvm.org/D40419





More information about the llvm-commits mailing list