forked from OSchip/llvm-project
parent
3bd88d4c15
commit
acc43d197d
|
@ -201,7 +201,8 @@ struct PartiallyConstructedSafepointRecord {
|
|||
static ArrayRef<Use> GetDeoptBundleOperands(ImmutableCallSite CS) {
|
||||
assert(UseDeoptBundles && "Should not be called otherwise!");
|
||||
|
||||
Optional<OperandBundleUse> DeoptBundle = CS.getOperandBundle("deopt");
|
||||
Optional<OperandBundleUse> DeoptBundle =
|
||||
CS.getOperandBundle(LLVMContext::OB_deopt);
|
||||
|
||||
if (!DeoptBundle.hasValue()) {
|
||||
assert(AllowStatepointWithNoDeoptInfo &&
|
||||
|
|
Loading…
Reference in New Issue