Add new function
[oota-llvm.git] / support / tools / TableGen / CodeGenWrappers.h
index b371c0977cd62b9b08ebe0a616f5ee7e09f45455..595542a24ad608973cc7d35b38b4fbbb7d366e67 100644 (file)
@@ -21,7 +21,8 @@ class RecordKeeper;
 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.