mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Fix 80 column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55069 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d420789301
commit
b7864a9e23
@ -52,7 +52,8 @@ bool FastISel::SelectGetElementPtr(Instruction *I,
|
||||
}
|
||||
|
||||
BasicBlock::iterator
|
||||
FastISel::SelectInstructions(BasicBlock::iterator Begin, BasicBlock::iterator End,
|
||||
FastISel::SelectInstructions(BasicBlock::iterator Begin,
|
||||
BasicBlock::iterator End,
|
||||
DenseMap<const Value*, unsigned> &ValueMap) {
|
||||
BasicBlock::iterator I = Begin;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user