commit | 67645aa871e122d44398facfe2af150d9380868e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 20 18:09:02 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 20 18:09:02 2008 +0000 |
tree | d0e36f52cdd569b9b091b85dcd5a19b88e5c5006 | |
parent | ae3c2e4c6e3365c33f0206785a4cd93dc236d6e6 [diff] [blame] |
Fix 80 column violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55069 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index cd6e2a2..9ccfe0f 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -52,7 +52,8 @@ } 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;