[ARM] Extract shifts out of multiply-by-constant
[oota-llvm.git] / lib / Target / XCore / XCoreTargetObjectFile.h
index 2a5ac238a447859aedaf4ca66fdaa7e1a5526b51..6701c661a73eba3e69f45595dd30976fd2281e30 100644 (file)
@@ -33,7 +33,7 @@ static const unsigned CodeModelLargeSize = 256;
                                       Mangler &Mang,
                                       const TargetMachine &TM) const override;
 
-    MCSection *getSectionForConstant(SectionKind Kind,
+    MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
                                      const Constant *C) const override;
   };
 } // end namespace llvm