Add new function
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
index ebae8dcf900a00d798f65d80f0d21a580393c40e..595542a24ad608973cc7d35b38b4fbbb7d366e67 100644 (file)
@@ -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.