commit | d3464c19a8b6acecd8a9618489ec7612505fd4bd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Aug 07 23:15:21 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Aug 07 23:15:21 2003 +0000 |
tree | 293a0c47fe70f2bcca60b8f1232f2b14c53b0b66 | |
parent | 2e5cbc218c9b03ca27ff54d1d63201de6484666e [diff] [blame] |
Add new method to get a value type as a string git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7698 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenWrappers.h b/utils/TableGen/CodeGenWrappers.h index b371c09..ebae8dc 100644 --- a/utils/TableGen/CodeGenWrappers.h +++ b/utils/TableGen/CodeGenWrappers.h
@@ -21,7 +21,7 @@ MVT::ValueType getValueType(Record *Rec); std::ostream &operator<<(std::ostream &OS, MVT::ValueType T); - +std::string getName(MVT::ValueType T); /// CodeGenTarget - This class corresponds to the Target class in the .td files.