forked from OSchip/llvm-project
[TableGen] Fix comment about 64-bit type I missed when I removed the underlying type in r260808.
llvm-svn: 260830
This commit is contained in:
parent
8a5bef0fcf
commit
bcdb0f2ede
|
@ -126,7 +126,7 @@ void SubtargetEmitter::Enumeration(raw_ostream &OS,
|
|||
|
||||
OS << "namespace " << Target << " {\n";
|
||||
|
||||
// Open enumeration. Use a 64-bit underlying type.
|
||||
// Open enumeration.
|
||||
OS << "enum {\n";
|
||||
|
||||
// For each record
|
||||
|
|
Loading…
Reference in New Issue