fix warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-05-15 17:25:14 +00:00
parent 7a5659176f
commit 3e909e8bb9

View File

@ -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<void*>(&FindUsedTypes::stub));
FIND_USED_TYPES_INCLUDE_FILE((void*)(&FindUsedTypes::stub));
} // End llvm namespace