Skip to content

Commit b73291f

Browse files
committed
inline
1 parent 06fa477 commit b73291f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ bool hasMAIInsts(const MCSubtargetInfo &STI);
15691569
bool hasVOPD(const MCSubtargetInfo &STI);
15701570
bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI);
15711571

1572-
bool supportsWave32(const MCSubtargetInfo &STI) {
1572+
inline bool supportsWave32(const MCSubtargetInfo &STI) {
15731573
return AMDGPU::isGFX10Plus(STI) && !AMDGPU::isGFX1250(STI);
15741574
}
15751575

0 commit comments

Comments
 (0)