summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-07-08 21:53:43 +0000
committerDale Johannesen <dalej@apple.com>2008-07-08 21:53:43 +0000
commit45a4ec1a270c596268ad801b4d7e093425ae548a (patch)
tree6750d8b54923ca333863f38e5288bddc658977c6 /llvm/lib/CodeGen/DwarfWriter.cpp
parent852ed373aa7427c58a026db10e00d402a22ac779 (diff)
downloadbcm5719-llvm-45a4ec1a270c596268ad801b4d7e093425ae548a.tar.gz
bcm5719-llvm-45a4ec1a270c596268ad801b4d7e093425ae548a.zip
Remove some dead code.
llvm-svn: 53253
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--llvm/lib/CodeGen/DwarfWriter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index cf46413e708..8ce689f0af4 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -2720,8 +2720,6 @@ public:
/// content.
void BeginModule(Module *M) {
this->M = M;
-
- if (!ShouldEmitDwarf()) return;
}
/// EndModule - Emit all Dwarf sections that should come after the content.
OpenPOWER on IntegriCloud