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:
c64e3e7
)
fix compiler warning
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 May 2005 17:23:19 +0000
(17:23 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 15 May 2005 17:23:19 +0000
(17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22059
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/LoopInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/LoopInfo.h
b/include/llvm/Analysis/LoopInfo.h
index 95626a42922b6a182234cee4be18c1f3963a705f..5e818bcbe1913ca558753e5d9d2041637fd9b8f1 100644
(file)
--- a/
include/llvm/Analysis/LoopInfo.h
+++ b/
include/llvm/Analysis/LoopInfo.h
@@
-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*> {