diff options
author | Dale Johannesen <dalej@apple.com> | 2008-07-08 21:53:43 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-07-08 21:53:43 +0000 |
commit | 45a4ec1a270c596268ad801b4d7e093425ae548a (patch) | |
tree | 6750d8b54923ca333863f38e5288bddc658977c6 /llvm/lib/CodeGen/DwarfWriter.cpp | |
parent | 852ed373aa7427c58a026db10e00d402a22ac779 (diff) | |
download | bcm5719-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.cpp | 2 |
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. |