diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-05 22:25:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-05 22:25:12 +0000 |
commit | 6cefb77a7073057fecd721ae141140d75ce76512 (patch) | |
tree | be85f322799be552a691ad6f696f429049fd512f /utils/TableGen/TableGenBackend.h | |
parent | 219f67f0a5f07032f06e36c71fdb84188cc29fdb (diff) |
change getQualifiedName to be a global function.
Split the pattern parsing code out from the dag isel emitter into it's own file.
No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGenBackend.h')
-rw-r--r-- | utils/TableGen/TableGenBackend.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/TableGenBackend.h b/utils/TableGen/TableGenBackend.h index 6f6fe46262..109bc9f9ae 100644 --- a/utils/TableGen/TableGenBackend.h +++ b/utils/TableGen/TableGenBackend.h @@ -36,9 +36,6 @@ public: // Useful helper routines... /// ostream. void EmitSourceFileHeader(const std::string &Desc, 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; }; } // End llvm namespace |