Skip to content

Commit 7f910cd

Browse files
committed
fix compiler warning
llvm-svn: 22059
1 parent 3de98ee commit 7f910cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/LoopInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ class LoopInfo : public FunctionPass {
301301

302302
// Make sure that any clients of this file link in LoopInfo.cpp
303303
static IncludeFile
304-
LOOP_INFO_INCLUDE_FILE(reinterpret_cast<void*>(&LoopInfo::stub));
304+
LOOP_INFO_INCLUDE_FILE((void*)(&LoopInfo::stub));
305305

306306
// Allow clients to walk the list of nested loops...
307307
template <> struct GraphTraits<const Loop*> {

0 commit comments

Comments
 (0)