mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Use the forward declaration for GraphTraits instead of #including
the header llvm-svn: 4210
This commit is contained in:
parent
516c8391c7
commit
80332e579c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user