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 | 39a5ffb03fba475072cebba784d29deb81f4e594 (patch) | |
tree | 20df45fd3353a214758000c2368579126426b937 /llvm/lib | |
parent | 73a73f52fdb7417f17a40077137a2880be0f438d (diff) | |
download | bcm5719-llvm-39a5ffb03fba475072cebba784d29deb81f4e594.tar.gz bcm5719-llvm-39a5ffb03fba475072cebba784d29deb81f4e594.zip |
Fix 80 column violation.
llvm-svn: 55069
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 3 |
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; |