commit | 220d00109b02970c7a277a37d1d91e7d1e7dd459 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 19 16:57:28 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 19 16:57:28 2005 +0000 |
tree | 3d4200ef0a7c62c13fa1e3633848d268f3445ec5 | |
parent | 63143a0609ca937b31213042928a79a2b7a94f70 [diff] [blame] |
For now, just emit empty operand info structures. llvm-svn: 22910
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 54f4b98..b140d00 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h
@@ -35,6 +35,7 @@ /// operand list for a tablegen instruction. struct OperandInfo { /// Rec - The definition this operand is declared as. + /// Record *Rec; /// Ty - The MachineValueType of the operand.