diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-17 03:08:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-17 03:08:28 +0000 |
commit | 2c38413b3f5420f45f2f8220b21862246d446dd0 (patch) | |
tree | 46bb232564b53a3493e7b5f183359fb825d92faa /utils/TableGen/TableGenBackend.h | |
parent | 250c4184c727a81b7912f08c3ef2928a700834de (diff) |
Do not #include files into the llvm namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGenBackend.h')
-rw-r--r-- | utils/TableGen/TableGenBackend.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/TableGenBackend.h b/utils/TableGen/TableGenBackend.h index 869d7e939d..deeb385f69 100644 --- a/utils/TableGen/TableGenBackend.h +++ b/utils/TableGen/TableGenBackend.h @@ -36,10 +36,6 @@ public: // Useful helper routines... /// ostream. void EmitSourceFileHeader(const std::string &Desc, std::ostream &OS) const; - /// EmitSourceFileTail - Output an LLVm styelf ile tail to the specified - /// ostream. - void EmitSourceFileTail( std::ostream& OS ) const; - /// getQualifiedName - Return the name of the specified record, with a /// namespace qualifier if the record contains one. std::string getQualifiedName(Record *R) const; |