fix compiler warning
authorChris Lattner <sabre@nondot.org>
Sun, 15 May 2005 17:23:19 +0000 (17:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 May 2005 17:23:19 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22059 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopInfo.h

index 95626a42922b6a182234cee4be18c1f3963a705f..5e818bcbe1913ca558753e5d9d2041637fd9b8f1 100644 (file)
@@ -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*> {