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:
parent
f1d39b6431
commit
22e74b4590
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user