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/CodeGenTarget.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/TableGen/CodeGenTarget.h') diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index e711b8190c..218fef8214 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/utils/TableGen/CodeGenTarget.h @@ -56,10 +56,14 @@ public: MVT::ValueType getPointerType() const { return PointerType; } - // getInstructionSet - Return the InstructionSet object. + /// getInstructionSet - Return the InstructionSet object. /// Record *getInstructionSet() const; + /// getAsmWriter - Return the AssemblyWriter definition for this target. + /// + Record *getAsmWriter() const; + /// getPHIInstruction - Return the designated PHI instruction. const CodeGenInstruction &getPHIInstruction() const; -- cgit v1.2.3