Skip to content

Commit dbc88c8

Browse files
committed
Format
1 parent 640025a commit dbc88c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/GCNRegPressure.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ class GCNRPTarget {
223223
/// Whether the current RP is at or below the defined pressure target.
224224
bool satisfied() const;
225225

226-
/// Computes achievable occupancy with the currently tracked register pressure.
226+
/// Computes achievable occupancy with the currently tracked register
227+
/// pressure.
227228
unsigned getOccupancy() const {
228229
return RP.getOccupancy(
229230
MF.getSubtarget<GCNSubtarget>(),

0 commit comments

Comments
 (0)