We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d94c08 commit 629126eCopy full SHA for 629126e
clang/lib/AST/ByteCode/FunctionPointer.cpp
@@ -27,8 +27,6 @@ void FunctionPointer::print(llvm::raw_ostream &OS) const {
27
OS << "FnPtr(";
28
if (Func)
29
OS << Func->getName();
30
- else if (Func)
31
- OS << reinterpret_cast<uintptr_t>(Func);
32
else
33
OS << "nullptr";
34
OS << ")";
0 commit comments