| commit | fa2c630f798cd9df7b565f18cdf06821e294512e | [log] [tgz] |
|---|---|---|
| author | Philip Reames <listmail@philipreames.com> | Fri Jul 24 19:01:39 2015 +0000 |
| committer | Philip Reames <listmail@philipreames.com> | Fri Jul 24 19:01:39 2015 +0000 |
| tree | 7304f55778d1c01c0ecd5a67ecfdcebef0d63263 | |
| parent | 7fb865ea8ea8134d1b8429366bcee361df3e5448 [diff] |
[RewriteStatepointsForGC] Adjust naming scheme to be more stable The names for instructions inserted were previous dependent on iteration order. By deriving the names from the original instructions, we can avoid instability in tests without resorting to ordered traversals. It also makes the IR mildly easier to read at large scale. llvm-svn: 243140