mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 02:47:25 +00:00
[TableGen] Fix comment about 64-bit type I missed when I removed the underlying type in r260808.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260830 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d7392fe48
commit
9a4d26a079
@ -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…
x
Reference in New Issue
Block a user