On 13 January 2015 at 12:59, Rafael EspĂndola <rafael.espindola at gmail.com> wrote: >> + Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); >> + Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); > > What is the fixed 8? Never mind, I just found out that Arrays must be second to last. Cheers, Rafael