Skip to content

Commit 7036ab0

Browse files
committed
Ran clang format
1 parent bed7be3 commit 7036ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIFrameLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ void SIFrameLowering::emitEpilogue(MachineFunction &MF,
12651265
BuildMI(MBB, MBBI, DL, TII->get(AMDGPU::COPY), StackPtrReg)
12661266
.addReg(FramePtrReg)
12671267
.setMIFlag(MachineInstr::FrameDestroy);
1268-
}
1268+
}
12691269
}
12701270

12711271
Register FramePtrRegScratchCopy;

0 commit comments

Comments
 (0)