Skip to content

Commit 2a8460e

Browse files
author
git apple-llvm automerger
committed
Merge commit '1c85981e3770' from llvm.org/main into next
2 parents 5b7e67f + 1c85981 commit 2a8460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/Mustache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static Accessor splitMustacheString(StringRef Str, MustacheContext &Ctx) {
5151
std::tie(Part, Str) = Str.split('.');
5252
// Each part of the accessor needs to be saved to the arena
5353
// to ensure it has a stable address.
54-
Tokens.push_back(Ctx.Saver.save(Part.trim()));
54+
Tokens.push_back(Part.trim());
5555
}
5656
}
5757
// Now, allocate memory for the array of StringRefs in the arena.

0 commit comments

Comments
 (0)