mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-25 15:19:14 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user