summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2017-06-02 23:03:26 +0000
committerPhilip Reames <listmail@philipreames.com>2017-06-02 23:03:26 +0000
commitb70cecd60ad6407fbaf909e2db79203e692ae555 (patch)
tree9d7f70d82e50849ac9fcd38a85653798b8187af9 /llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
parent0021d46a1c28874d1b25c4b1a728b27bff1484b3 (diff)
downloadbcm5719-llvm-b70cecd60ad6407fbaf909e2db79203e692ae555.tar.gz
bcm5719-llvm-b70cecd60ad6407fbaf909e2db79203e692ae555.zip
[Statepoint] Be consistent about using deopt naming [NFCI]
We'd called this "vm state" in the early days, but have long since standardized on calling it "deopt" in line with the operand bundle tag. Fix a few cases we'd missed. llvm-svn: 304607
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
index 1c66649cae0..eed667dbe7e 100644
--- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
@@ -818,7 +818,7 @@ SelectionDAGBuilder::LowerStatepoint(ImmutableStatepoint ISP,
SI.GCTransitionArgs =
ArrayRef<const Use>(ISP.gc_args_begin(), ISP.gc_args_end());
SI.ID = ISP.getID();
- SI.DeoptState = ArrayRef<const Use>(ISP.vm_state_begin(), ISP.vm_state_end());
+ SI.DeoptState = ArrayRef<const Use>(ISP.deopt_begin(), ISP.deopt_end());
SI.StatepointFlags = ISP.getFlags();
SI.NumPatchBytes = ISP.getNumPatchBytes();
SI.EHPadBB = EHPadBB;
OpenPOWER on IntegriCloud