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 29a631a commit fe74183Copy full SHA for fe74183
llvm/lib/Transforms/Coroutines/CoroSplit.cpp
@@ -934,7 +934,8 @@ void CoroCloner::create() {
934
case coro::ABI::Switch:
935
// Bootstrap attributes by copying function attributes from the
936
// original function. This should include optimization settings and so on.
937
- NewAttrs = NewAttrs.addFnAttributes(Context, AttrBuilder(Context, OrigAttrs.getFnAttrs()));
+ NewAttrs = NewAttrs.addFnAttributes(
938
+ Context, AttrBuilder(Context, OrigAttrs.getFnAttrs()));
939
940
addFramePointerAttrs(NewAttrs, Context, 0,
941
Shape.FrameSize, Shape.FrameAlign);
0 commit comments