commit | b72fb7ef75862269879ecaaf8e31c5d9a6bb56e5 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 10 19:50:32 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 10 19:50:32 2003 +0000 |
tree | 35c89c1c54654eed8b32e3d2035089adcb463746 | |
parent | 0c4dcccd59a551398c69e357795cfe7fb6116a86 [diff] [blame] |
Add new function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index ebae8dc..595542a 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/utils/TableGen/CodeGenTarget.h
@@ -22,6 +22,7 @@ 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.