Remove some dead code.
authorDale Johannesen <dalej@apple.com>
Tue, 8 Jul 2008 21:53:43 +0000 (21:53 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 8 Jul 2008 21:53:43 +0000 (21:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53253 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/DwarfWriter.cpp

index cf46413e7085fb572d2879c80e5b293ae45f91cc..8ce689f0af4941fd56a033646e9caec1da6d9375 100644 (file)
@@ -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.