| commit | e9b60aaf1c23f92cb881a07aacc16d2987c7fb6c | [log] [tgz] |
|---|---|---|
| author | Brendon Cahoon <bcahoon@codeaurora.org> | Fri Feb 03 21:08:25 2012 +0000 |
| committer | Brendon Cahoon <bcahoon@codeaurora.org> | Fri Feb 03 21:08:25 2012 +0000 |
| tree | c13ccf841011590d932f1c0a941db44f76dbb7c3 | |
| parent | aaa55a88b628e85deff18f9bcf6991769472afc9 [diff] |
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