mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +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) {
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user