Skip to content

Commit 0594162

Browse files
author
Jinsong Ji
committed
[NFC] Update comments regarding BufferSize for ProcResources
llvm-svn: 342491
1 parent f652ef3 commit 0594162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/SubtargetEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ void SubtargetEmitter::EmitProcessorResources(const CodeGenProcModel &ProcModel,
780780
raw_ostream &OS) {
781781
EmitProcessorResourceSubUnits(ProcModel, OS);
782782

783-
OS << "\n// {Name, NumUnits, SuperIdx, IsBuffered, SubUnitsIdxBegin}\n";
783+
OS << "\n// {Name, NumUnits, SuperIdx, BufferSize, SubUnitsIdxBegin}\n";
784784
OS << "static const llvm::MCProcResourceDesc " << ProcModel.ModelName
785785
<< "ProcResources"
786786
<< "[] = {\n"

0 commit comments

Comments
 (0)