mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[IR] Remove forward declaration of GraphTraits from Type.h
This has been unnecessary since r352353 removed GraphTraits specializations for Type, except that a couple of other headers were accidentally relying on this declaration. Differential Revision: https://reviews.llvm.org/D104119
This commit is contained in:
parent
d90014c622
commit
c3a38401e0
@ -60,6 +60,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template <class GraphType> struct GraphTraits;
|
||||
class Module;
|
||||
class Value;
|
||||
|
||||
|
@ -45,6 +45,8 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template <class GraphType> struct GraphTraits;
|
||||
|
||||
namespace yaml {
|
||||
|
||||
template <typename T> struct MappingTraits;
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template<class GraphType> struct GraphTraits;
|
||||
class IntegerType;
|
||||
class LLVMContext;
|
||||
class PointerType;
|
||||
|
Loading…
Reference in New Issue
Block a user