| commit | ce2995ae580b97a13f8401a4330b247cb52015b6 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Dec 19 18:38:44 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Dec 19 18:38:44 2010 +0000 |
| tree | 886ea293d0444a11e94957cff206b13fe03c9300 | |
| parent | 79874566ce258318b1d9b858792d2ba218d4453d [diff] |
use IC.ReplaceInstUsesWith instead of a raw RAUW so that uses of the old thing end up on the instcombine worklist. Not doing this can cause an extra top-level iteration of instcombine, burning compile time. llvm-svn: 122179