Skip to content
Snippets Groups Projects
Commit 7f910cd4 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix compiler warning

llvm-svn: 22059
parent 3de98ee6
No related merge requests found
......@@ -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*> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment