[LLVMbugs] [Bug 11908] DFAEmitter in TableGen doesn't handle sentinel transition row properly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 7 07:07:35 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=11908

Brendon Cahoon <bcahoon at codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Brendon Cahoon <bcahoon at codeaurora.org> 2012-02-07 09:07:35 CST ---
r149713

Fixed in DFAPacketizerEmitter.cpp by incremening 'ValidTransitions' after
adding the {-1, -1} entry.  The DFAStateEntryTable then contains the correct
index values for transitions after the {-1, -1} state.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list