Displaying 1 result from an estimated 1 matches for "hasinconsistentbbslotnums".
2004 Aug 21
1
[LLVMdev] Proposed BC Changes
...e issues I haven't foreseen.
case 4: // 1.3.1 (Not Released)
// In version 4, basic blocks have a minimum index of 0 whereas all the
// other primitives have a minimum index of 1 (because 0 is the "null"
// value. In version 5, we made this consistent.
hasInconsistentBBSlotNums = true;
// In version 4, the types SByte and UByte were encoded as vbr_uint so that
// signed values > 63 and unsigned values >127 would be enco...