Skip to content

Commit 53d3038

Browse files
committed
Fix build failure due to dump()
Change-Id: I86b534223d63bf8bb8f49af5a64b300efbeba77b
1 parent 04c3040 commit 53d3038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5278,7 +5278,6 @@ RValue CodeGenFunction::EmitCall(QualType CalleeType, const CGCallee &OrigCallee
52785278
isa<CUDAKernelCallExpr>(E) &&
52795279
(!TargetDecl || !isa<FunctionDecl>(TargetDecl))) {
52805280
llvm::Value *Handle = Callee.getFunctionPointer();
5281-
Handle->dump();
52825281
auto *Cast =
52835282
Builder.CreateBitCast(Handle, Handle->getType()->getPointerTo());
52845283
auto *Stub = Builder.CreateLoad(Address(Cast, CGM.getPointerAlign()));

0 commit comments

Comments
 (0)