diff options
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r-- | utils/TableGen/CodeGenInstruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 54f4b983a9..b140d00211 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h @@ -35,6 +35,7 @@ namespace llvm { /// operand list for a tablegen instruction. struct OperandInfo { /// Rec - The definition this operand is declared as. + /// Record *Rec; /// Ty - The MachineValueType of the operand. |