Skip to content

Commit cb105ac

Browse files
author
git apple-llvm automerger
committed
Merge commit 'cb3dbcba9093' from swift/release/5.3 into swift/master
2 parents bbb9293 + cb3dbcb commit cb105ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/MC/SubtargetFeature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class SubtargetFeatures {
214214
}
215215

216216
/// Return string stripped of flag.
217-
static std::string StripFlag(StringRef Feature) {
217+
static StringRef StripFlag(StringRef Feature) {
218218
return hasFlag(Feature) ? Feature.substr(1) : Feature;
219219
}
220220

0 commit comments

Comments
 (0)