Skip to content

Commit 2a3d7b0

Browse files
committed
fix format
1 parent fa67726 commit 2a3d7b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ class AMDGPUSubtarget {
161161
return isAmdHsaOS() || isMesaKernel(F);
162162
}
163163

164-
bool isGCN() const {
165-
return TargetTriple.isAMDGCN();
166-
}
164+
bool isGCN() const { return TargetTriple.isAMDGCN(); }
167165

168166
bool isGCN3Encoding() const {
169167
return GCN3Encoding;

0 commit comments

Comments
 (0)