[llvm] 5f2e980 - [Coroutines] Remove unused variable AsyncFuncTy

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Mon May 29 11:57:06 PDT 2023


Author: Kazu Hirata
Date: 2023-05-29T11:56:54-07:00
New Revision: 5f2e98051db1ead2c30f5740d68a36d6af829d4f

URL: https://github.com/llvm/llvm-project/commit/5f2e98051db1ead2c30f5740d68a36d6af829d4f
DIFF: https://github.com/llvm/llvm-project/commit/5f2e98051db1ead2c30f5740d68a36d6af829d4f.diff

LOG: [Coroutines] Remove unused variable AsyncFuncTy

The last use was removed by:

  commit e760ec2a01fba0d90e2fea33cf99b75baa2c2a1c
  Author: Arnold Schwaighofer <aschwaighofer at apple.com>
  Date:   Thu Feb 11 08:25:31 2021 -0800

Added: 
    

Modified: 
    llvm/lib/Transforms/Coroutines/CoroInternal.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Coroutines/CoroInternal.h b/llvm/lib/Transforms/Coroutines/CoroInternal.h
index 372090356e245..067fb6bba47e3 100644
--- a/llvm/lib/Transforms/Coroutines/CoroInternal.h
+++ b/llvm/lib/Transforms/Coroutines/CoroInternal.h
@@ -127,7 +127,6 @@ struct LLVM_LIBRARY_VISIBILITY Shape {
   };
 
   struct AsyncLoweringStorage {
-    FunctionType *AsyncFuncTy;
     Value *Context;
     CallingConv::ID AsyncCC;
     unsigned ContextArgNo;


        


More information about the llvm-commits mailing list