Skip to content

Commit 0d8de06

Browse files
committed
Replace use of 'auto'
1 parent c37fc7e commit 0d8de06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/InlineFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@ llvm::InlineResult llvm::InlineFunction(CallBase &CB, InlineFunctionInfo &IFI,
28022802
}
28032803

28042804
if (ConvergenceControlToken) {
2805-
auto *IntrinsicCall = getConvergenceEntry(*FirstNewBlock);
2805+
IntrinsicInst *IntrinsicCall = getConvergenceEntry(*FirstNewBlock);
28062806
if (IntrinsicCall) {
28072807
IntrinsicCall->replaceAllUsesWith(ConvergenceControlToken);
28082808
IntrinsicCall->eraseFromParent();

0 commit comments

Comments
 (0)