Remove auto
This commit is contained in:
parent
20b30e00a6
commit
b0fb6a7e2b
@ -8912,7 +8912,7 @@ bool SelectionDAGBuilder::canTailCall(const CallBase &CB) const {
|
|||||||
|
|
||||||
// Avoid emitting tail calls in functions with the disable-tail-calls
|
// Avoid emitting tail calls in functions with the disable-tail-calls
|
||||||
// attribute.
|
// attribute.
|
||||||
auto *Caller = CB.getParent()->getParent();
|
const Function *Caller = CB.getParent()->getParent();
|
||||||
if (Caller->getFnAttribute("disable-tail-calls").getValueAsString() ==
|
if (Caller->getFnAttribute("disable-tail-calls").getValueAsString() ==
|
||||||
"true" &&
|
"true" &&
|
||||||
!isMustTailCall)
|
!isMustTailCall)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user