mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
[Statepoint] Clean up Statepoint.h: accessor names.
Use getFoo() as accessors consistently and some other naming changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1196,7 +1196,7 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
|
||||
// facts about the relocate value, while being careful to
|
||||
// preserve relocation semantics.
|
||||
GCRelocateOperands Operands(II);
|
||||
Value *DerivedPtr = Operands.derivedPtr();
|
||||
Value *DerivedPtr = Operands.getDerivedPtr();
|
||||
|
||||
// Remove the relocation if unused, note that this check is required
|
||||
// to prevent the cases below from looping forever.
|
||||
|
Reference in New Issue
Block a user