Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / include / llvm / MC / MCAsmInfoELF.h
index afd49336646b4d0910bc320350d008fb716fcbe8..7125f5c7ad7a7193d8d7918390c0f35e86945333 100644 (file)
@@ -15,7 +15,7 @@
 namespace llvm {
 class MCAsmInfoELF : public MCAsmInfo {
   virtual void anchor();
-  const MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
+  MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
 
 protected:
   MCAsmInfoELF();