[Statepoint] Clean up Statepoint.h: accessor names.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineCalls.cpp
index 2f83cc8961b6f5b898b94420c8f9210a10896734..1a5ef00cdb6b5c27fe296e0678959bfc788c3a9e 100644 (file)
@@ -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.