mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
fix warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a5659176f
commit
3e909e8bb9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user