On Thu, Nov 5, 2015 at 9:32 AM, Kyrill Tkachov <kyrylo.tkac...@arm.com> wrote: > Hi all, > > This cleanup patch removes handling of CONST_DOUBLE rtxes that carry large > integers. > These should never be passed down from the midend and the arm backend > doesn't create them. > The code has been there since 2007 but the arm backend was moved to > TARGET_SUPPORTS_WIDE_INT > in 2014, so this path should never be taken. > > Bootstrapped and tested on arm-none-linux-gnueabihf. > > Ok for trunk?
This is OK - Ramana > > Thanks, > Kyrill >