1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[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 f1d39b6431
commit 22e74b4590

View File

@ -780,7 +780,7 @@ void SubtargetEmitter::EmitProcessorResources(const CodeGenProcModel &ProcModel,
raw_ostream &OS) { raw_ostream &OS) {
EmitProcessorResourceSubUnits(ProcModel, 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 OS << "static const llvm::MCProcResourceDesc " << ProcModel.ModelName
<< "ProcResources" << "ProcResources"
<< "[] = {\n" << "[] = {\n"