Skip to content

Commit 5e46032

Browse files
authored
Generalize phrasing in comment
1 parent 3118efc commit 5e46032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPURegPressAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AMDGPURegPressAnalysis::getPressure(const MachineBasicBlock *MBB) const {
3838

3939
bool AMDGPURegPressAnalysis::runOnMachineFunction(MachineFunction &MF) {
4040

41-
// Reset trackers, or else they will carry across shaders in a pipeline.
41+
// Reset trackers, or else they will carry across functions in a module.
4242
BlockPressure.clear();
4343
MaxPressure.clear();
4444

0 commit comments

Comments
 (0)