[llvm] fe74183 - [Coroutines][NFC] Format line to 80 cols
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 08:45:43 PDT 2022
Author: Fraser Cormack
Date: 2022-03-17T15:34:24Z
New Revision: fe74183564e0d9236ac2daee5e3db08905b66350
URL: https://github.com/llvm/llvm-project/commit/fe74183564e0d9236ac2daee5e3db08905b66350
DIFF: https://github.com/llvm/llvm-project/commit/fe74183564e0d9236ac2daee5e3db08905b66350.diff
LOG: [Coroutines][NFC] Format line to 80 cols
Added:
Modified:
llvm/lib/Transforms/Coroutines/CoroSplit.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Coroutines/CoroSplit.cpp b/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
index 790ff4d92d347..a9e224fc923fa 100644
--- a/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
+++ b/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
@@ -934,7 +934,8 @@ void CoroCloner::create() {
case coro::ABI::Switch:
// Bootstrap attributes by copying function attributes from the
// original function. This should include optimization settings and so on.
- NewAttrs = NewAttrs.addFnAttributes(Context, AttrBuilder(Context, OrigAttrs.getFnAttrs()));
+ NewAttrs = NewAttrs.addFnAttributes(
+ Context, AttrBuilder(Context, OrigAttrs.getFnAttrs()));
addFramePointerAttrs(NewAttrs, Context, 0,
Shape.FrameSize, Shape.FrameAlign);
More information about the llvm-commits
mailing list