Created by: snehasish
Extend the modidx field from 12 bits to 16. The 4 bits are claimed from the instr_count field which records the number of instructions in the basic block. The number of instructions is controlled by a command line parameter. We check that the max_bb_instr is set to number lower than what we can accomodate in the bitfield.
Fixes #2956 (closed)