aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-19 16:57:28 +0000
committerChris Lattner <sabre@nondot.org>2005-08-19 16:57:28 +0000
commit0e384b66a781fc0ff005f475a7ab151afa054fb0 (patch)
tree3b2a6d983cb69d5acb1127a541e5675857e968ad /utils/TableGen/CodeGenInstruction.h
parentc19d5621aee638177045f7857c49aa30ee74423f (diff)
downloadexternal_llvm-0e384b66a781fc0ff005f475a7ab151afa054fb0.zip
external_llvm-0e384b66a781fc0ff005f475a7ab151afa054fb0.tar.gz
external_llvm-0e384b66a781fc0ff005f475a7ab151afa054fb0.tar.bz2
For now, just emit empty operand info structures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index 54f4b98..b140d00 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.