| commit | cf835ff85a9586387a56c5e9b31161ff6fa95c76 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Feb 15 20:01:43 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Feb 15 20:01:43 2007 +0000 |
| tree | 19df4223b07ce443f04594c594f86f49263a03d2 | |
| parent | 7907e5fe07d109a0f6281859597eebcbde98a7b9 [diff] |
rewrite Value::takeName to take advantage of the new symtab stuff. This causes it to require no allocations and no symtab lookups in the common case. This speeds up instcombine 9.2% on 447.dealII. llvm-svn: 34324