mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 20:26:07 +00:00
forward declare GraphTraits in Type.h instead of #includ'ing it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include "llvm/AbstractTypeUser.h"
|
#include "llvm/AbstractTypeUser.h"
|
||||||
#include "llvm/Support/Casting.h"
|
#include "llvm/Support/Casting.h"
|
||||||
#include "llvm/ADT/GraphTraits.h"
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
@@ -30,6 +29,7 @@ class TypeMapBase;
|
|||||||
class raw_ostream;
|
class raw_ostream;
|
||||||
class Module;
|
class Module;
|
||||||
class LLVMContext;
|
class LLVMContext;
|
||||||
|
template<class GraphType> struct GraphTraits;
|
||||||
|
|
||||||
/// The instances of the Type class are immutable: once they are created,
|
/// The instances of the Type class are immutable: once they are created,
|
||||||
/// they are never changed. Also note that only one instance of a particular
|
/// they are never changed. Also note that only one instance of a particular
|
||||||
|
Reference in New Issue
Block a user