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:
e17a4e8
)
Use the forward declaration for GraphTraits instead of #including
author
Chris Lattner
<sabre@nondot.org>
Thu, 17 Oct 2002 01:36:08 +0000
(
01:36
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 17 Oct 2002 01:36:08 +0000
(
01:36
+0000)
the header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4210
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/Dominators.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/Dominators.h
b/include/llvm/Analysis/Dominators.h
index 3304ad330c160c8ce557aca7758deb37956800e6..2d0b8efb48e82c940c5a05eeb639c9b950aa5413 100644
(file)
--- a/
include/llvm/Analysis/Dominators.h
+++ b/
include/llvm/Analysis/Dominators.h
@@
-19,10
+19,11
@@
#define LLVM_ANALYSIS_DOMINATORS_H
#include "llvm/Pass.h"
-#include "Support/GraphTraits.h"
#include <set>
class Instruction;
+template <typename GraphType> struct GraphTraits;
+
//===----------------------------------------------------------------------===//
//
// DominatorBase - Base class that other, more interesting dominator analyses