[NFC] Update comments regarding BufferSize for ProcResources

llvm-svn: 342491
This commit is contained in:
Jinsong Ji 2018-09-18 15:38:56 +00:00
parent f652ef3d52
commit 0594162f32
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ void SubtargetEmitter::EmitProcessorResources(const CodeGenProcModel &ProcModel,
raw_ostream &OS) {
EmitProcessorResourceSubUnits(ProcModel, OS);
OS << "\n// {Name, NumUnits, SuperIdx, IsBuffered, SubUnitsIdxBegin}\n";
OS << "\n// {Name, NumUnits, SuperIdx, BufferSize, SubUnitsIdxBegin}\n";
OS << "static const llvm::MCProcResourceDesc " << ProcModel.ModelName
<< "ProcResources"
<< "[] = {\n"