aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGenBackend.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-17 03:08:28 +0000
committerChris Lattner <sabre@nondot.org>2004-08-17 03:08:28 +0000
commit2c38413b3f5420f45f2f8220b21862246d446dd0 (patch)
tree46bb232564b53a3493e7b5f183359fb825d92faa /utils/TableGen/TableGenBackend.h
parent250c4184c727a81b7912f08c3ef2928a700834de (diff)
downloadexternal_llvm-2c38413b3f5420f45f2f8220b21862246d446dd0.zip
external_llvm-2c38413b3f5420f45f2f8220b21862246d446dd0.tar.gz
external_llvm-2c38413b3f5420f45f2f8220b21862246d446dd0.tar.bz2
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/TableGenBackend.h b/utils/TableGen/TableGenBackend.h
index 869d7e9..deeb385 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;