@@ -4115,18 +4115,18 @@ class DILabel : public DINode {
41154115
41164116 static DILabel *getImpl (LLVMContext &Context, DIScope *Scope, StringRef Name,
41174117 DIFile *File, unsigned Line, unsigned Column,
4118- bool IsArtificial, std::optional<unsigned > CoroSuspendIdx,
4118+ bool IsArtificial,
4119+ std::optional<unsigned > CoroSuspendIdx,
41194120 StorageType Storage, bool ShouldCreate = true ) {
41204121 return getImpl (Context, Scope, getCanonicalMDString (Context, Name), File,
41214122 Line, Column, IsArtificial, CoroSuspendIdx, Storage,
41224123 ShouldCreate);
41234124 }
4124- LLVM_ABI static DILabel *getImpl (LLVMContext &Context, Metadata *Scope,
4125- MDString *Name, Metadata *File,
4126- unsigned Line, unsigned Column,
4127- bool IsArtificial, std::optional<unsigned > CoroSuspendIdx,
4128- StorageType Storage,
4129- bool ShouldCreate = true );
4125+ LLVM_ABI static DILabel *
4126+ getImpl (LLVMContext &Context, Metadata *Scope, MDString *Name, Metadata *File,
4127+ unsigned Line, unsigned Column, bool IsArtificial,
4128+ std::optional<unsigned > CoroSuspendIdx, StorageType Storage,
4129+ bool ShouldCreate = true );
41304130
41314131 TempDILabel cloneImpl () const {
41324132 return getTemporary (getContext (), getScope (), getName (), getFile (),
0 commit comments