summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index cd6e2a2a313..9ccfe0f7b01 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -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;
OpenPOWER on IntegriCloud