summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-14 22:50:53 +0000
committerChris Lattner <sabre@nondot.org>2004-08-14 22:50:53 +0000
commit175580c0f36b026daf9de0adabdb7ddcf7619db6 (patch)
tree516190ebd0daa6299b0f5d756b0cd6007937dfda /utils/TableGen/CodeGenInstruction.h
parentca068e861b7f1184d31f6c8f26f88feb076badf1 (diff)
downloadllvm-175580c0f36b026daf9de0adabdb7ddcf7619db6.tar.gz
llvm-175580c0f36b026daf9de0adabdb7ddcf7619db6.tar.bz2
llvm-175580c0f36b026daf9de0adabdb7ddcf7619db6.tar.xz
Make the AsmWriter a first-class tblgen object. Allow targets to specify
name of the generated asmwriter class, and the name of the format string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index 85be70e650..5e6af31635 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -74,7 +74,7 @@ namespace llvm {
bool isTwoAddress;
bool isTerminator;
- CodeGenInstruction(Record *R);
+ CodeGenInstruction(Record *R, const std::string &AsmStr);
/// getOperandNamed - Return the index of the operand with the specified
/// non-empty name. If the instruction does not have an operand with the