mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix compiler warning
llvm-svn: 22059
This commit is contained in:
parent
24104523b5
commit
138c960903
@ -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*> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user