diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-20 18:09:02 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-20 18:09:02 +0000 |
commit | b7864a9e23be526f4f8cde529a57c8943c61c0c7 (patch) | |
tree | d0e36f52cdd569b9b091b85dcd5a19b88e5c5006 /lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | d4207893014f2d36f31fce607405336fc38cd4b7 (diff) |
Fix 80 column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55069 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/FastISel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index cd6e2a2a31..9ccfe0f7b0 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<const Value*, unsigned> &ValueMap) { BasicBlock::iterator I = Begin; |