Skip to content

Commit cb3dbcb

Browse files
author
git apple-llvm automerger
committed
Merge commit 'f3eb161c785a' from apple/stable/20200108 into swift/release/5.3
2 parents 4546ed6 + f3eb161 commit cb3dbcb

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)