| commit | 7ad67640e9ce1b14a1b66eca8d63351d40f3c23c | [log] [tgz] |
|---|---|---|
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | Tue Oct 20 01:06:24 2015 +0000 |
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | Tue Oct 20 01:06:24 2015 +0000 |
| tree | 7fdedcda69a91fefcf72b48b34f0c02252f48eda | |
| parent | ff3dba736a0cb93a9c623ed2dbcf4df046fae7e2 [diff] |
[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC. `normalizeForInvokeSafepoint` in RewriteStatepointsForGC.cpp, as it is written today, deals with `gc.relocate` and `gc.result` uses of a statepoint equally well. This change documents this fact and adds a test case. There is no functional change here -- only documentation of existing functionality. llvm-svn: 250784