Fix a crash that happens when mapping something like this:
{ short, short } to short where the second short maps onto the second field of the first struct. In this case, the struct index is not aligned, so we should avoid calling getLink(2), which asserts out. llvm-svn: 20626
Loading
Please register or sign in to comment