Skip to content
  • Tim Northover's avatar
    ARM: set preferred aggregate alignment to 32 universally. · aa09ac6e
    Tim Northover authored
    Before, ARM and Thumb mode code had different preferred alignments, which could
    lead to some rather unexpected results. There's justification for reducing it
    from the default 64-bits (wasted space), but I don't think there is for going
    below 32-bits.
    
    There's no actual ABI change here, just to reassure people.
    
    llvm-svn: 219719
    aa09ac6e
Loading