add some comments: MCContext owns the MCSections, but it bump pointer allocates
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
index 094e837f6f9a118dbb642b56342cae604484d318..e7680c8a877442dc9e023a71ad388e224869dd19 100644 (file)
@@ -708,8 +708,6 @@ getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
                       " section specifier");
   }
   
-  
-  
   return S;
 }