mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
These are no longer virtual methods
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
272ba1d0ad
commit
c66583ef3b
@ -720,17 +720,17 @@ public:
|
||||
|
||||
virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
|
||||
|
||||
// getPrologEpilogCodeInserter - Inserts prolog/epilog code.
|
||||
virtual Pass* getPrologEpilogInsertionPass();
|
||||
// getPrologEpilogInsertionPass - Inserts prolog/epilog code.
|
||||
Pass* getPrologEpilogInsertionPass();
|
||||
|
||||
// getFunctionAsmPrinterPass - Writes out machine code for a single function
|
||||
virtual Pass* getFunctionAsmPrinterPass(std::ostream &Out);
|
||||
Pass* getFunctionAsmPrinterPass(std::ostream &Out);
|
||||
|
||||
// getModuleAsmPrinterPass - Writes generated machine code to assembly file.
|
||||
virtual Pass* getModuleAsmPrinterPass(std::ostream &Out);
|
||||
Pass* getModuleAsmPrinterPass(std::ostream &Out);
|
||||
|
||||
// getEmitBytecodeToAsmPass - Emits final LLVM bytecode to assembly file.
|
||||
virtual Pass* getEmitBytecodeToAsmPass(std::ostream &Out);
|
||||
Pass* getEmitBytecodeToAsmPass(std::ostream &Out);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user