Skip to content

Commit 6a446a3

Browse files
committed
- Clang format
1 parent 05e9d72 commit 6a446a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ void SIWholeQuadMode::processBlock(MachineBasicBlock &MBB, bool IsEntry) {
13051305
// Record initial state is block information.
13061306
BI.InitialState = State;
13071307

1308-
for (unsigned Idx = 0; ; ++Idx) {
1308+
for (unsigned Idx = 0;; ++Idx) {
13091309
MachineBasicBlock::iterator Next = II;
13101310
char Needs = StateExact | StateWQM; // Strict mode is disabled by default.
13111311
char OutNeeds = 0;

0 commit comments

Comments
 (0)