1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Use the forward declaration for GraphTraits instead of #including

the header

llvm-svn: 4210
This commit is contained in:
Chris Lattner 2002-10-17 01:36:08 +00:00
parent 516c8391c7
commit 80332e579c

View File

@ -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