From b7864a9e23be526f4f8cde529a57c8943c61c0c7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 20 Aug 2008 18:09:02 +0000 Subject: [PATCH] Fix 80 column violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55069 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/FastISel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index cd6e2a2a313..9ccfe0f7b01 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/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 &ValueMap) { BasicBlock::iterator I = Begin;