Skip to content

Commit 952881f

Browse files
committed
clang-format changes
1 parent 3c8bc54 commit 952881f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ void SIPeepholeSDWA::pseudoOpConvertToVOP2(MachineInstr &MI,
10711071
/// applied if \p MI can be shrunk to VOP2 and if VCC can be proven to
10721072
/// be dead before \p MI.
10731073
void SIPeepholeSDWA::convertVcndmaskToVOP2(MachineInstr &MI,
1074-
const GCNSubtarget &ST) const {
1074+
const GCNSubtarget &ST) const {
10751075
assert(MI.getOpcode() == AMDGPU::V_CNDMASK_B32_e64);
10761076

10771077
LLVM_DEBUG(dbgs() << "Attempting VOP2 conversion: " << MI);

0 commit comments

Comments
 (0)