diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp index d57dd7f49d5084..55e19313850c2b 100644 --- a/clang/lib/CodeGen/CGExpr.cpp +++ b/clang/lib/CodeGen/CGExpr.cpp @@ -5278,7 +5278,6 @@ RValue CodeGenFunction::EmitCall(QualType CalleeType, const CGCallee &OrigCallee isa(E) && (!TargetDecl || !isa(TargetDecl))) { llvm::Value *Handle = Callee.getFunctionPointer(); - Handle->dump(); auto *Cast = Builder.CreateBitCast(Handle, Handle->getType()->getPointerTo()); auto *Stub = Builder.CreateLoad(Address(Cast, CGM.getPointerAlign()));