mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-01-07 06:22:32 +00:00
Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,
and was over-complicated, and replacing it with a simple implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -93,8 +93,7 @@ ModulePass *createGlobalDCEPass();
|
||||
/// possible, except for the global values specified.
|
||||
///
|
||||
ModulePass *createGVExtractionPass(std::vector<GlobalValue*>& GVs, bool
|
||||
deleteFn = false,
|
||||
bool relinkCallees = false);
|
||||
deleteFn = false);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// createFunctionInliningPass - Return a new pass object that uses a heuristic
|
||||
|
||||
Reference in New Issue
Block a user