Chris Lattner 9802eb4351 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
2005-03-15 21:36:50 +00:00
..
2005-03-10 20:15:09 +00:00
2005-03-15 05:19:49 +00:00
2005-03-15 05:03:36 +00:00