mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
[Statepoints][NFC] Rename variables to llvm style.
Summary: (I don't think this change needs review, this was uploaded to phabricator to provide context for later dependent changes.) Differential Revision: http://reviews.llvm.org/D10630 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05a5f1d637
commit
6302378736
@ -39,13 +39,13 @@ class GCRelocateOperands;
|
||||
class ImmutableStatepoint;
|
||||
|
||||
bool isStatepoint(const ImmutableCallSite &CS);
|
||||
bool isStatepoint(const Value *inst);
|
||||
bool isStatepoint(const Value &inst);
|
||||
bool isStatepoint(const Value *V);
|
||||
bool isStatepoint(const Value &V);
|
||||
|
||||
bool isGCRelocate(const Value *inst);
|
||||
bool isGCRelocate(const Value *V);
|
||||
bool isGCRelocate(const ImmutableCallSite &CS);
|
||||
|
||||
bool isGCResult(const Value *inst);
|
||||
bool isGCResult(const Value *V);
|
||||
bool isGCResult(const ImmutableCallSite &CS);
|
||||
|
||||
/// Analogous to CallSiteBase, this provides most of the actual
|
||||
|
Loading…
Reference in New Issue
Block a user