Skip to content

Commit 04d6ed5

Browse files
committed
fix warning
llvm-svn: 22060
1 parent 7f910cd commit 04d6ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/FindUsedTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class FindUsedTypes : public ModulePass {
6060

6161
// Make sure that any clients of this file link in PostDominators.cpp
6262
static IncludeFile
63-
FIND_USED_TYPES_INCLUDE_FILE(reinterpret_cast<void*>(&FindUsedTypes::stub));
63+
FIND_USED_TYPES_INCLUDE_FILE((void*)(&FindUsedTypes::stub));
6464

6565
} // End llvm namespace
6666

0 commit comments

Comments
 (0)