diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-05-05 22:33:09 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-05-05 22:33:09 +0000 |
commit | 291f6b7223929bb05584d58eda5a154448f6af15 (patch) | |
tree | cab40eccdd3e13dc0a02632079275d05f0d499f2 /llvm/lib/Bytecode/Writer/SlotCalculator.cpp | |
parent | 08d66b4e109d4c85334a1589ebdb1640c6acc854 (diff) | |
download | bcm5719-llvm-291f6b7223929bb05584d58eda5a154448f6af15.tar.gz bcm5719-llvm-291f6b7223929bb05584d58eda5a154448f6af15.zip |
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
llvm-svn: 21704
Diffstat (limited to 'llvm/lib/Bytecode/Writer/SlotCalculator.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Writer/SlotCalculator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/SlotCalculator.cpp b/llvm/lib/Bytecode/Writer/SlotCalculator.cpp index c051e315a0b..fbeb50c03ae 100644 --- a/llvm/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/llvm/lib/Bytecode/Writer/SlotCalculator.cpp @@ -866,4 +866,3 @@ int SlotCalculator::doInsertType(const Type *Ty) { return (int)DestSlot; } -// vim: sw=2 ai |