From f4de63f65fa995e68e3cd268117ab065068be413 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 21 Jan 2002 07:31:50 +0000 Subject: Implement a more powerful, simpler, pass system. This pass system can figure out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1507 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/WriteBytecodePass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Bytecode/WriteBytecodePass.h') diff --git a/include/llvm/Bytecode/WriteBytecodePass.h b/include/llvm/Bytecode/WriteBytecodePass.h index 6a0edbcd99..bd9d42369e 100644 --- a/include/llvm/Bytecode/WriteBytecodePass.h +++ b/include/llvm/Bytecode/WriteBytecodePass.h @@ -23,7 +23,7 @@ public: if (DeleteStream) delete Out; } - bool doPassFinalization(Module *M) { + bool run(Module *M) { WriteBytecodeToFile(M, *Out); return false; } -- cgit v1.2.3-70-g09d2