File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ struct SPIRVEmitNonSemanticDI : public MachineFunctionPass {
196196 SPIRVCodeGenContext &Ctx,
197197 const DenseMap<StringRef, Register> &MacroDefRegs);
198198
199- void emitDebugTypeEnum (
200- const SmallPtrSetImpl<const DICompositeType *> &EnumTypes,
199+ void
200+ emitDebugTypeEnum ( const SmallPtrSetImpl<const DICompositeType *> &EnumTypes,
201201 SPIRVCodeGenContext &Ctx);
202202
203203 void emitDebugQualifiedTypes (
@@ -904,7 +904,7 @@ void SPIRVEmitNonSemanticDI::emitDebugPointerTypes(
904904 Ctx.I32Ty , false , false );
905905
906906 const DIType *BaseTy = PointerDerivedType->getBaseType ();
907- bool HasForwardRef = false ;
907+ bool HasForwardRef = false ;
908908 Register BaseTypeReg =
909909 findBaseTypeRegisterRecursive (BaseTy, Ctx, HasForwardRef);
910910
You can’t perform that action at this time.
0 commit comments