Skip to content

Commit 9bea2ed

Browse files
committed
clang-format changes
1 parent f807526 commit 9bea2ed

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
@@ -1106,7 +1106,7 @@ void SIPeepholeSDWA::convertToImplicitVcc(MachineInstr &MI,
11061106
else {
11071107
BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(AMDGPU::COPY), Vcc)
11081108
.add(CarryIn);
1109-
}
1109+
}
11101110

11111111
auto Converted = BuildMI(MBB, MI, MI.getDebugLoc(),
11121112
TII->get(AMDGPU::getVOPe32(MI.getOpcode())))

0 commit comments

Comments
 (0)