mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -155,4 +155,3 @@ Archive::~Archive() {
|
||||
}
|
||||
}
|
||||
|
||||
// vim: sw=2 ai
|
||||
|
||||
@@ -731,4 +731,3 @@ BytecodeHandler* createBytecodeAnalyzerHandler(BytecodeAnalysis& bca,
|
||||
|
||||
}
|
||||
|
||||
// vim: sw=2
|
||||
|
||||
@@ -2262,4 +2262,3 @@ void BytecodeReader::ParseBytecode(BufPtr Buf, unsigned Length,
|
||||
|
||||
BytecodeHandler::~BytecodeHandler() {}
|
||||
|
||||
// vim: sw=2
|
||||
|
||||
@@ -391,4 +391,3 @@ llvm::GetBytecodeSymbols(const unsigned char*Buffer, unsigned Length,
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
// vim: sw=2 ai
|
||||
|
||||
@@ -866,4 +866,3 @@ int SlotCalculator::doInsertType(const Type *Ty) {
|
||||
return (int)DestSlot;
|
||||
}
|
||||
|
||||
// vim: sw=2 ai
|
||||
|
||||
@@ -1142,4 +1142,3 @@ void llvm::WriteBytecodeToFile(const Module *M, std::ostream &Out,
|
||||
Out.flush();
|
||||
}
|
||||
|
||||
// vim: sw=2 ai
|
||||
|
||||
Reference in New Issue
Block a user