[llvm-commits] CVS: llvm/lib/Bytecode/Writer/SlotCalculator.cpp Writer.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu May 5 15:32:34 PDT 2005
Changes in directory llvm/lib/Bytecode/Writer:
SlotCalculator.cpp updated: 1.70 -> 1.71
Writer.cpp updated: 1.98 -> 1.99
---
Log message:
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
---
Diffs of the changes: (+0 -2)
SlotCalculator.cpp | 1 -
Writer.cpp | 1 -
2 files changed, 2 deletions(-)
Index: llvm/lib/Bytecode/Writer/SlotCalculator.cpp
diff -u llvm/lib/Bytecode/Writer/SlotCalculator.cpp:1.70 llvm/lib/Bytecode/Writer/SlotCalculator.cpp:1.71
--- llvm/lib/Bytecode/Writer/SlotCalculator.cpp:1.70 Thu May 5 17:21:19 2005
+++ llvm/lib/Bytecode/Writer/SlotCalculator.cpp Thu May 5 17:32:23 2005
@@ -866,4 +866,3 @@
return (int)DestSlot;
}
-// vim: sw=2 ai
Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.98 llvm/lib/Bytecode/Writer/Writer.cpp:1.99
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.98 Thu May 5 17:21:19 2005
+++ llvm/lib/Bytecode/Writer/Writer.cpp Thu May 5 17:32:23 2005
@@ -1142,4 +1142,3 @@
Out.flush();
}
-// vim: sw=2 ai
More information about the llvm-commits
mailing list