summaryrefslogtreecommitdiff
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
commit762a17a040f2e5c7f76b6b85d853cca454289e71 (patch)
tree4eb061d909cb37bdbb667e2d6f75ee0abe2371f2
parentbe41901d5a8b48ef6587a9f4c688376033e4a590 (diff)
downloadllvm-762a17a040f2e5c7f76b6b85d853cca454289e71.tar.gz
llvm-762a17a040f2e5c7f76b6b85d853cca454289e71.tar.bz2
llvm-762a17a040f2e5c7f76b6b85d853cca454289e71.tar.xz
80-cols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122909 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 23ed19afbb..a37032ffb7 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/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)),