summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-05 21:45:56 +0000
committerEric Christopher <echristo@apple.com>2011-01-05 21:45:56 +0000
commitc673b21a879de93294b5f93e6beac66802fb4e4e (patch)
tree97ca41f0919961e8613d4bc29cecfbfd81bdd471 /llvm/lib
parente86dacf4494f1d16aa0fe0b1be291b712dd2ea28 (diff)
downloadbcm5719-llvm-c673b21a879de93294b5f93e6beac66802fb4e4e.tar.gz
bcm5719-llvm-c673b21a879de93294b5f93e6beac66802fb4e4e.zip
80-cols.
llvm-svn: 122909
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 23ed19afbbd..a37032ffb74 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -180,7 +180,8 @@ TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
// SelectionDAGISel code
//===----------------------------------------------------------------------===//
-SelectionDAGISel::SelectionDAGISel(const TargetMachine &tm, CodeGenOpt::Level OL) :
+SelectionDAGISel::SelectionDAGISel(const TargetMachine &tm,
+ CodeGenOpt::Level OL) :
MachineFunctionPass(ID), TM(tm), TLI(*tm.getTargetLowering()),
FuncInfo(new FunctionLoweringInfo(TLI)),
CurDAG(new SelectionDAG(tm)),
OpenPOWER on IntegriCloud