summaryrefslogtreecommitdiffstats
path: root/llvm/docs/WritingAnLLVMBackend.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/WritingAnLLVMBackend.html')
-rw-r--r--llvm/docs/WritingAnLLVMBackend.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html
index 14571732ddb..43766b51017 100644
--- a/llvm/docs/WritingAnLLVMBackend.html
+++ b/llvm/docs/WritingAnLLVMBackend.html
@@ -354,8 +354,6 @@ public:
// Pass Pipeline Configuration
virtual bool addInstSelector(PassManagerBase &PM, bool Fast);
virtual bool addPreEmitPass(PassManagerBase &PM, bool Fast);
- virtual bool addAssemblyEmitter(PassManagerBase &PM, bool Fast,
- std::ostream &Out);
};
} // end namespace llvm
OpenPOWER on IntegriCloud