| commit | 92d1f0cb6d4f66a285e3e85bfc2d55fb96b16ae9 | [log] [tgz] |
|---|---|---|
| author | Philip Reames <listmail@philipreames.com> | Tue Apr 12 18:05:10 2016 +0000 |
| committer | Philip Reames <listmail@philipreames.com> | Tue Apr 12 18:05:10 2016 +0000 |
| tree | d39c5157d9a7c5adc3b1f8cb5418a59dc3ce8647 | |
| parent | e6a0a23e0883a2252035ad238891992ae90140c2 [diff] |
Introduce an GCRelocateInst class [NFC] Previously, we were using isGCRelocate predicates. Using a subclass of IntrinsicInst is far more idiomatic. The refactoring also enables a couple of minor simplifications and code sharing. llvm-svn: 266098