[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:
Craig Topper 2016-02-13 17:58:14 +00:00
parent 2d7392fe48
commit 9a4d26a079

View File

@ -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