mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-10 03:30:59 +00:00

entries in libObject (done in r308690). In the case when the last node has no children setting State.Current = Children + 1; where that would be past Trie.end() is actually ok since the pointer is not used with zero children. rdar://33490512 llvm-svn: 308924