diff options
Diffstat (limited to 'lib/Bytecode/Writer')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.cpp | 1 | ||||
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.cpp b/lib/Bytecode/Writer/SlotCalculator.cpp index c051e315a0..fbeb50c03a 100644 --- a/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/lib/Bytecode/Writer/SlotCalculator.cpp @@ -866,4 +866,3 @@ int SlotCalculator::doInsertType(const Type *Ty) { return (int)DestSlot; } -// vim: sw=2 ai diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index d4f231b13d..f6d09c8220 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -1142,4 +1142,3 @@ void llvm::WriteBytecodeToFile(const Module *M, std::ostream &Out, Out.flush(); } -// vim: sw=2 ai |