[llvm-commits] [llvm] r53253 - /llvm/trunk/lib/CodeGen/DwarfWriter.cpp

Dale Johannesen dalej at apple.com
Tue Jul 8 14:53:43 PDT 2008


Author: johannes
Date: Tue Jul  8 16:53:43 2008
New Revision: 53253

URL: http://llvm.org/viewvc/llvm-project?rev=53253&view=rev
Log:
Remove some dead code.


Modified:
    llvm/trunk/lib/CodeGen/DwarfWriter.cpp

Modified: llvm/trunk/lib/CodeGen/DwarfWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/DwarfWriter.cpp?rev=53253&r1=53252&r2=53253&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/DwarfWriter.cpp (original)
+++ llvm/trunk/lib/CodeGen/DwarfWriter.cpp Tue Jul  8 16:53:43 2008
@@ -2720,8 +2720,6 @@
   /// content.
   void BeginModule(Module *M) {
     this->M = M;
-    
-    if (!ShouldEmitDwarf()) return;
   }
 
   /// EndModule - Emit all Dwarf sections that should come after the content.





More information about the llvm-commits mailing list