commit | cf72e7f8547076a5b3d74aa8bfc311253558d4da | [log] [tgz] |
---|---|---|
author | Alkis Evlogimenos <alkis@evlogimenos.com> | Sat Jul 24 11:44:15 2004 +0000 |
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | Sat Jul 24 11:44:15 2004 +0000 |
tree | c1fb1fd887d36390c8e25f9e9387290b0e041f5b | |
parent | 4e0969b50018db5ebb9623ecf79fd732dc77eb62 [diff] |
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, LiveInterval>. This saves some space and removes the pointer indirection caused by following the pointer. llvm-svn: 15167