projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a56591
)
fix warning
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 May 2005 17:25:14 +0000
(17:25 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 15 May 2005 17:25:14 +0000
(17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22060
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/FindUsedTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/FindUsedTypes.h
b/include/llvm/Analysis/FindUsedTypes.h
index 5f2ef8e6d3c6fdd125341df7af4db47aa5664275..92f3677502d78562636c2cb306fe302be71ea19b 100644
(file)
--- a/
include/llvm/Analysis/FindUsedTypes.h
+++ b/
include/llvm/Analysis/FindUsedTypes.h
@@
-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