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 3de98ee commit 7f910cdCopy full SHA for 7f910cd
llvm/include/llvm/Analysis/LoopInfo.h
@@ -301,7 +301,7 @@ class LoopInfo : public FunctionPass {
301
302
// Make sure that any clients of this file link in LoopInfo.cpp
303
static IncludeFile
304
-LOOP_INFO_INCLUDE_FILE(reinterpret_cast<void*>(&LoopInfo::stub));
+LOOP_INFO_INCLUDE_FILE((void*)(&LoopInfo::stub));
305
306
// Allow clients to walk the list of nested loops...
307
template <> struct GraphTraits<const Loop*> {
0 commit comments