Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / lib / Target / Sparc / MCTargetDesc / SparcMCExpr.h
index 3a6f508da72daaed740352782029cc683d26f90f..116e10406a7ceaf6f57a167d3d7eba37138c6413 100644 (file)
@@ -90,7 +90,7 @@ public:
                                  const MCAsmLayout *Layout,
                                  const MCFixup *Fixup) const override;
   void visitUsedExpr(MCStreamer &Streamer) const override;
-  const MCSection *FindAssociatedSection() const override {
+  MCSection *FindAssociatedSection() const override {
     return getSubExpr()->FindAssociatedSection();
   }