mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Inherit FunctionPass directly from Pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a0bf794eb6
commit
a65f5fd21b
@ -247,7 +247,7 @@ public:
|
||||
/// 2. Optimizing a function does not cause the addition or removal of any
|
||||
/// functions in the module
|
||||
///
|
||||
class FunctionPass : public ModulePass {
|
||||
class FunctionPass : public Pass {
|
||||
public:
|
||||
/// doInitialization - Virtual method overridden by subclasses to do
|
||||
/// any necessary per-module initialization.
|
||||
|
Loading…
Reference in New Issue
Block a user