diff options
Diffstat (limited to 'llvm/lib/IR/DIBuilder.cpp')
-rw-r--r-- | llvm/lib/IR/DIBuilder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |