mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
[NFCI] Change RewriteStatepointsForGC to a ModulePass.
Summary: A later change that has RewriteStatepointsForGC change function attributes throughout the module depends on this. Reviewers: reames, pgavlin Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10104 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -456,7 +456,7 @@ FunctionPass *createPlaceSafepointsPass();
|
||||
// RewriteStatepointsForGC - Rewrite any gc.statepoints which do not yet have
|
||||
// explicit relocations to include explicit relocations.
|
||||
//
|
||||
FunctionPass *createRewriteStatepointsForGCPass();
|
||||
ModulePass *createRewriteStatepointsForGCPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
Reference in New Issue
Block a user