Make the role of MVT::i32 clearer here, and add a
[oota-llvm.git] / 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.