1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

add a setName method to record

llvm-svn: 22912
This commit is contained in:
Chris Lattner 2005-08-19 17:58:49 +00:00
parent 1344e9cf9c
commit bf7633b73b

View File

@ -888,7 +888,7 @@ inline std::ostream &operator<<(std::ostream &OS, const RecordVal &RV) {
}
class Record {
const std::string Name;
std::string Name;
std::vector<std::string> TemplateArgs;
std::vector<RecordVal> Values;
std::vector<Record*> SuperClasses;