Skip to content

Commit b0fb6a7

Browse files
committed
Remove auto
1 parent 20b30e0 commit b0fb6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8912,7 +8912,7 @@ bool SelectionDAGBuilder::canTailCall(const CallBase &CB) const {
89128912

89138913
// Avoid emitting tail calls in functions with the disable-tail-calls
89148914
// attribute.
8915-
auto *Caller = CB.getParent()->getParent();
8915+
const Function *Caller = CB.getParent()->getParent();
89168916
if (Caller->getFnAttribute("disable-tail-calls").getValueAsString() ==
89178917
"true" &&
89188918
!isMustTailCall)

0 commit comments

Comments
 (0)