We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641b4d5 commit 9bcab40Copy full SHA for 9bcab40
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
@@ -303,7 +303,7 @@ class AArch64FunctionInfo final : public MachineFunctionInfo {
303
void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; }
304
uint64_t getLocalStackSize() const { return LocalStackSize; }
305
306
- void setOutliningStyle(std::string Style) { OutliningStyle = Style; }
+ void setOutliningStyle(const std::string &Style) { OutliningStyle = Style; }
307
std::optional<std::string> getOutliningStyle() const {
308
return OutliningStyle;
309
}
0 commit comments