Skip to content
Snippets Groups Projects
Commit 215280d8 authored by Chris Lattner's avatar Chris Lattner
Browse files

Update comment.

llvm-svn: 28283
parent f98ede25
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,9 @@ class RegisterClass<string namespace, list<ValueType> regTypes, int alignment,
list<Register> regList> {
string Namespace = namespace;
// RegType - Specify the ValueType of the registers in this register class.
// Note that all registers in a register class must have the same ValueType.
// RegType - Specify the list ValueType of the registers in this register
// class. Note that all registers in a register class must have the same
// ValueTypes.
//
list<ValueType> RegTypes = regTypes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment