Reduce alignment of SmallVector<T> to the required amount, rather than forcing...
Reduce alignment of SmallVector<T> to the required amount, rather than forcing 16-byte alignment. This fixes misaligned SmallVector accesses via ExtractValueInst's SmallVector data member. llvm-svn: 162331
Loading
Please register or sign in to comment