From d3464c19a8b6acecd8a9618489ec7612505fd4bd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 7 Aug 2003 23:15:21 +0000 Subject: 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 --- support/tools/TableGen/CodeGenWrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/tools/TableGen/CodeGenWrappers.h') diff --git a/support/tools/TableGen/CodeGenWrappers.h b/support/tools/TableGen/CodeGenWrappers.h index b371c0977c..ebae8dcf90 100644 --- a/support/tools/TableGen/CodeGenWrappers.h +++ b/support/tools/TableGen/CodeGenWrappers.h @@ -21,7 +21,7 @@ class RecordKeeper; 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. -- cgit v1.2.3-70-g09d2