| commit | 71ac22ffb5aaa0c02f68f07d3e5c0ccfa8195a53 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Oct 08 15:47:41 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Oct 08 15:47:41 2003 +0000 |
| tree | 8893bc85bf65d5c30342a1858a0d5128bcc64253 | |
| parent | c4788bbde0d695d5f7cfb211b3f0bdf0b1d8f962 [diff] |
Avoid building data structures we don't really need. This improves the runtime of a test that Bill Wendling sent me from 228.5s to 105s. Obviously there is more improvement to be had, but this is a nice speedup which should be "felt" by many programs. llvm-svn: 8962