summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-05-05 22:33:09 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-05-05 22:33:09 +0000
commit291f6b7223929bb05584d58eda5a154448f6af15 (patch)
treecab40eccdd3e13dc0a02632079275d05f0d499f2 /llvm/lib/Bytecode
parent08d66b4e109d4c85334a1589ebdb1640c6acc854 (diff)
downloadbcm5719-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')
-rw-r--r--llvm/lib/Bytecode/Archive/Archive.cpp1
-rw-r--r--llvm/lib/Bytecode/Reader/Analyzer.cpp1
-rw-r--r--llvm/lib/Bytecode/Reader/Reader.cpp1
-rw-r--r--llvm/lib/Bytecode/Reader/ReaderWrappers.cpp1
-rw-r--r--llvm/lib/Bytecode/Writer/SlotCalculator.cpp1
-rw-r--r--llvm/lib/Bytecode/Writer/Writer.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Bytecode/Archive/Archive.cpp b/llvm/lib/Bytecode/Archive/Archive.cpp
index 8f3850cf7a1..c2a80ebbc72 100644
--- a/llvm/lib/Bytecode/Archive/Archive.cpp
+++ b/llvm/lib/Bytecode/Archive/Archive.cpp
@@ -155,4 +155,3 @@ Archive::~Archive() {
}
}
-// vim: sw=2 ai
diff --git a/llvm/lib/Bytecode/Reader/Analyzer.cpp b/llvm/lib/Bytecode/Reader/Analyzer.cpp
index 63fdfb9a8f0..4990761673d 100644
--- a/llvm/lib/Bytecode/Reader/Analyzer.cpp
+++ b/llvm/lib/Bytecode/Reader/Analyzer.cpp
@@ -731,4 +731,3 @@ BytecodeHandler* createBytecodeAnalyzerHandler(BytecodeAnalysis& bca,
}
-// vim: sw=2
diff --git a/llvm/lib/Bytecode/Reader/Reader.cpp b/llvm/lib/Bytecode/Reader/Reader.cpp
index 75460c66fd1..82a73fa5998 100644
--- a/llvm/lib/Bytecode/Reader/Reader.cpp
+++ b/llvm/lib/Bytecode/Reader/Reader.cpp
@@ -2262,4 +2262,3 @@ void BytecodeReader::ParseBytecode(BufPtr Buf, unsigned Length,
BytecodeHandler::~BytecodeHandler() {}
-// vim: sw=2
diff --git a/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp b/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
index 81e341655b4..faf5019652f 100644
--- a/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
+++ b/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
@@ -391,4 +391,3 @@ llvm::GetBytecodeSymbols(const unsigned char*Buffer, unsigned Length,
}
return 0;
}
-// vim: sw=2 ai
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
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
OpenPOWER on IntegriCloud