mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
Remove the reduceApply functions they are obsolete things from the days before
we had a reasonable pass system git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -52,14 +52,6 @@ public:
|
||||
Module();
|
||||
~Module();
|
||||
|
||||
// reduceApply - Apply the specified function to all of the methods in this
|
||||
// module. The result values are or'd together and the result is returned.
|
||||
//
|
||||
bool reduceApply(bool (*Func)(GlobalVariable*));
|
||||
bool reduceApply(bool (*Func)(const GlobalVariable*)) const;
|
||||
bool reduceApply(bool (*Func)(Function*));
|
||||
bool reduceApply(bool (*Func)(const Function*)) const;
|
||||
|
||||
// Get the underlying elements of the Module...
|
||||
inline const GlobalListType &getGlobalList() const { return GlobalList; }
|
||||
inline GlobalListType &getGlobalList() { return GlobalList; }
|
||||
|
Reference in New Issue
Block a user