mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-24 08:18:33 +00:00
Revert commit r239480 as it causes https://code.google.com/p/chromium/issues/detail?id=499508#c3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -130,7 +130,6 @@ void initializeSanitizerCoverageModulePass(PassRegistry&);
|
||||
void initializeDataFlowSanitizerPass(PassRegistry&);
|
||||
void initializeScalarizerPass(PassRegistry&);
|
||||
void initializeEarlyCSELegacyPassPass(PassRegistry &);
|
||||
void initializeEliminateAvailableExternallyPass(PassRegistry&);
|
||||
void initializeExpandISelPseudosPass(PassRegistry&);
|
||||
void initializeFunctionAttrsPass(PassRegistry&);
|
||||
void initializeGCMachineCodeAnalysisPass(PassRegistry&);
|
||||
|
||||
@@ -70,12 +70,6 @@ ModulePass *createGlobalOptimizerPass();
|
||||
///
|
||||
ModulePass *createGlobalDCEPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// This transform is designed to eliminate available external globals
|
||||
/// (functions or global variables)
|
||||
///
|
||||
ModulePass *createEliminateAvailableExternallyPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// createGVExtractionPass - If deleteFn is true, this pass deletes
|
||||
/// the specified global values. Otherwise, it deletes as much of the module as
|
||||
|
||||
@@ -121,7 +121,6 @@ public:
|
||||
bool VerifyInput;
|
||||
bool VerifyOutput;
|
||||
bool MergeFunctions;
|
||||
bool PrepareForLTO;
|
||||
|
||||
private:
|
||||
/// ExtensionList - This is list of all of the extensions that are registered.
|
||||
|
||||
Reference in New Issue
Block a user