diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-05 02:23:33 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 02:23:33 +0000 |
| commit | ab5dc34351c8f64ed8f59d8deadf8472830d5771 (patch) | |
| tree | 9bca433b7e7f075832ce0d16e001f22607ce1b08 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
| parent | 7cfa70e9b33a5a6c352fe71d668a7f3c12224a91 (diff) | |
| download | bcm5719-llvm-ab5dc34351c8f64ed8f59d8deadf8472830d5771.tar.gz bcm5719-llvm-ab5dc34351c8f64ed8f59d8deadf8472830d5771.zip | |
selection dag doesn't need DwarfWriter, remove some tendrils.
llvm-svn: 100382
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 69ff94b28c9..2ae234defbb 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -332,8 +332,7 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) { DEBUG(dbgs() << "\n\n\n=== " << Fn.getName() << "\n"); MachineModuleInfo *MMI = getAnalysisIfAvailable<MachineModuleInfo>(); - DwarfWriter *DW = getAnalysisIfAvailable<DwarfWriter>(); - CurDAG->init(*MF, MMI, DW); + CurDAG->init(*MF, MMI); FuncInfo->set(Fn, *MF, EnableFastISel); SDB->init(GFI, *AA); |

