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 7f910cd commit 04d6ed5Copy full SHA for 04d6ed5
llvm/include/llvm/Analysis/FindUsedTypes.h
@@ -60,7 +60,7 @@ class FindUsedTypes : public ModulePass {
60
61
// Make sure that any clients of this file link in PostDominators.cpp
62
static IncludeFile
63
-FIND_USED_TYPES_INCLUDE_FILE(reinterpret_cast<void*>(&FindUsedTypes::stub));
+FIND_USED_TYPES_INCLUDE_FILE((void*)(&FindUsedTypes::stub));
64
65
} // End llvm namespace
66
0 commit comments