diff options
Diffstat (limited to 'include/llvm/Bytecode/WriteBytecodePass.h')
-rw-r--r-- | include/llvm/Bytecode/WriteBytecodePass.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |