From: Chris Lattner Date: Sun, 15 May 2005 17:25:14 +0000 (+0000) Subject: fix warning X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3e909e8bb977d0b2bec9170bdb05fcdeacdb5de2;p=oota-llvm.git fix warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22060 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h index 5f2ef8e6d3c..92f3677502d 100644 --- a/include/llvm/Analysis/FindUsedTypes.h +++ b/include/llvm/Analysis/FindUsedTypes.h @@ -60,7 +60,7 @@ public: // Make sure that any clients of this file link in PostDominators.cpp static IncludeFile -FIND_USED_TYPES_INCLUDE_FILE(reinterpret_cast(&FindUsedTypes::stub)); +FIND_USED_TYPES_INCLUDE_FILE((void*)(&FindUsedTypes::stub)); } // End llvm namespace