forked from OSchip/llvm-project
parent
8f01bb983c
commit
72634d6af0
|
@ -761,6 +761,7 @@ InsertSafepointPoll(DominatorTree &DT, Instruction *term,
|
|||
InlineFunctionInfo IFI;
|
||||
bool inlineStatus = InlineFunction(poll, IFI);
|
||||
assert(inlineStatus && "inline must succeed");
|
||||
(void)inlineStatus; // suppress warning in release-asserts
|
||||
|
||||
// Check post conditions
|
||||
assert(IFI.StaticAllocas.empty() && "can't have allocs");
|
||||
|
|
Loading…
Reference in New Issue