From e4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e Mon Sep 17 00:00:00 2001 From: YASHASVI KHATAVKAR Date: Wed, 2 Feb 2022 15:31:49 -0500 Subject: updated local branch to incorporate latest changes --- llvm/lib/IR/DIBuilder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/IR/DIBuilder.cpp') diff --git a/llvm/lib/IR/DIBuilder.cpp b/llvm/lib/IR/DIBuilder.cpp index ea67791..16f7072 100644 --- a/llvm/lib/IR/DIBuilder.cpp +++ b/llvm/lib/IR/DIBuilder.cpp @@ -302,8 +302,8 @@ DIStringType *DIBuilder::createStringType(StringRef Name, } DIStringType *DIBuilder::createStringType(StringRef Name, - DIExpression *StringLengthExp, - DIExpression *StrLocationExp) { + DIExpression *StringLengthExp, + DIExpression *StrLocationExp) { assert(!Name.empty() && "Unable to create type without name"); return DIStringType::get(VMContext, dwarf::DW_TAG_string_type, Name, nullptr, StringLengthExp, StrLocationExp, 0, 0, 0); -- cgit v1.1