From 175580c0f36b026daf9de0adabdb7ddcf7619db6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 14 Aug 2004 22:50:53 +0000 Subject: 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 --- utils/TableGen/CodeGenInstruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/TableGen/CodeGenInstruction.h') 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 -- cgit v1.2.3