Skip to content

Commit 6835e91

Browse files
committed
s
1 parent dc95849 commit 6835e91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,8 +4805,7 @@ void CGDebugInfo::EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke,
48054805
const FunctionDecl *CalleeDecl) {
48064806
if (!CallOrInvoke)
48074807
return;
4808-
auto *Func =
4809-
dyn_cast<llvm::Function>(CallOrInvoke->getCalledOperand());
4808+
auto *Func = dyn_cast<llvm::Function>(CallOrInvoke->getCalledOperand());
48104809
if (!Func)
48114810
return;
48124811
if (Func->getSubprogram())

0 commit comments

Comments
 (0)