summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-10 19:50:32 +0000
committerChris Lattner <sabre@nondot.org>2003-08-10 19:50:32 +0000
commitb72fb7ef75862269879ecaaf8e31c5d9a6bb56e5 (patch)
tree35c89c1c54654eed8b32e3d2035089adcb463746 /utils/TableGen/CodeGenTarget.h
parent0c4dcccd59a551398c69e357795cfe7fb6116a86 (diff)
downloadllvm-b72fb7ef75862269879ecaaf8e31c5d9a6bb56e5.tar.gz
llvm-b72fb7ef75862269879ecaaf8e31c5d9a6bb56e5.tar.bz2
llvm-b72fb7ef75862269879ecaaf8e31c5d9a6bb56e5.tar.xz
Add new function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenTarget.h')
-rw-r--r--utils/TableGen/CodeGenTarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h
index ebae8dcf90..595542a24a 100644
--- a/utils/TableGen/CodeGenTarget.h
+++ b/utils/TableGen/CodeGenTarget.h
@@ -22,6 +22,7 @@ MVT::ValueType getValueType(Record *Rec);
std::ostream &operator<<(std::ostream &OS, MVT::ValueType T);
std::string getName(MVT::ValueType T);
+std::string getEnumName(MVT::ValueType T);
/// CodeGenTarget - This class corresponds to the Target class in the .td files.