diff options
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Writer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index d4f231b13d5..f6d09c82201 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/lib/Bytecode/Writer/Writer.cpp @@ -1142,4 +1142,3 @@ void llvm::WriteBytecodeToFile(const Module *M, std::ostream &Out, Out.flush(); } -// vim: sw=2 ai |