"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d31a3d0e82069570bf9ba7ce6ce90dafa06f68be"
Increment DFAStateEntryTable index for sentinel entry.
When adding the {-1, -1} entry to the DFAStateInputTable, we need to increment the index used to populate the DFAStateEntryTable. Otherwise, the entry table will be off by one for each transition after the {-1, -1} entry. PR11908. llvm-svn: 149713
Loading
Please register or sign in to comment