Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / lib / Target / Hexagon / HexagonTargetObjectFile.cpp
index d8660d3138e30c299aaca4ff4b17f4c5654d65f4..4ea0e0d119980d89d49c81ed9ffc1162ccc8bd43 100644 (file)
@@ -81,7 +81,7 @@ IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
   return false;
 }
 
-const MCSection *
+MCSection *
 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
                                                 SectionKind Kind, Mangler &Mang,
                                                 const TargetMachine &TM) const {