aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DIBuilder.cpp
diff options
context:
space:
mode:
authorYASHASVI KHATAVKAR <yashasvi.khatavkar@intel.com>2022-02-02 15:31:49 -0500
committerYASHASVI KHATAVKAR <yashasvi.khatavkar@intel.com>2022-02-10 15:24:51 -0500
commite4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e (patch)
treedb5e7b3cdd0ff0e3e305ca3648c11e3ca8e97949 /llvm/lib/IR/DIBuilder.cpp
parent0e7341b7b19995693bfe93a7a48415ed8f20dc58 (diff)
downloadllvm-e4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e.zip
llvm-e4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e.tar.gz
llvm-e4f9d4a5eee3aa69cc4a06f35ffb5d67b2ae543e.tar.bz2
updated local branch to incorporate latest changes
Diffstat (limited to 'llvm/lib/IR/DIBuilder.cpp')
-rw-r--r--llvm/lib/IR/DIBuilder.cpp4
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);