From: Dan Gohman Date: Wed, 20 Aug 2008 18:09:02 +0000 (+0000) Subject: Fix 80 column violation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b7864a9e23be526f4f8cde529a57c8943c61c0c7;p=oota-llvm.git 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 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;