1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

fix compiler warning

llvm-svn: 22059
This commit is contained in:
Chris Lattner 2005-05-15 17:23:19 +00:00
parent 24104523b5
commit 138c960903

View 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*> {