commit | 1ad4a6117b136abbe98b7c7102dc6ddcc16fbbd3 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Aug 29 20:45:00 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Aug 29 20:45:00 2007 +0000 |
tree | 7f1724f4c9a0eb9c3291b16f99ece4fc28db55f1 | |
parent | 830b1cb4e9badb32b5497998bfd0da2ec1b66748 [diff] |
Change LiveRange so it keeps a pointer to the VNInfo rather than an index. Changes related modules so VNInfo's are not copied. This decrease copy coalescing time by 45% and overall compilation time by 10% on siod. llvm-svn: 41579