commit | 24b118cefd35887c024042b75fc2d91af7533ec4 | [log] [tgz] |
---|---|---|
author | Jessica Paquette <jpaquette@apple.com> | Wed Nov 07 19:56:13 2018 +0000 |
committer | Jessica Paquette <jpaquette@apple.com> | Wed Nov 07 19:56:13 2018 +0000 |
tree | ef76db59c9c0610b20b1b94262e2853569ed4c8a | |
parent | 8d33018536a1efe881a1ef16eae4c0b1c66d0902 [diff] |
[MachineOutliner][NFC] Remove Parent field from SuffixTreeNode This is only used for calculating ConcatLen. This isn't necessary, since it's easily derived from the traversal setting suffix indices. Remove that. Rename CurrIdx to CurrNodeLen to better describe what's going on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346349 91177308-0d34-0410-b5e6-96231b3b80d8