Skip to content

Commit 8ef0fa2

Browse files
clang-format
1 parent 384938c commit 8ef0fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVEmitNonSemanticDI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ bool SPIRVEmitNonSemanticDI::emitGlobalDI(MachineFunction &MF) {
268268
// We aren't extracting any DebugInfoFlags now so we
269269
// emitting zero to use as <id>Flags argument for DebugBasicType
270270
const Register I32ZeroReg =
271-
GR->buildConstantInt(0, MIRBuilder, I32Ty, false, false);
271+
GR->buildConstantInt(0, MIRBuilder, I32Ty, false, false);
272272

273273
// We need to store pairs because further instructions reference
274274
// the DIBasicTypes and size will be always small so there isn't

0 commit comments

Comments
 (0)