diff options
-rw-r--r-- | include/llvm/Analysis/LoopInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index 95626a4292..5e818bcbe1 100644 --- a/include/llvm/Analysis/LoopInfo.h +++ b/include/llvm/Analysis/LoopInfo.h @@ -301,7 +301,7 @@ private: // Make sure that any clients of this file link in LoopInfo.cpp static IncludeFile -LOOP_INFO_INCLUDE_FILE(reinterpret_cast<void*>(&LoopInfo::stub)); +LOOP_INFO_INCLUDE_FILE((void*)(&LoopInfo::stub)); // Allow clients to walk the list of nested loops... template <> struct GraphTraits<const Loop*> { |