1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02: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:
Jay Foad 2021-06-11 15:22:14 +01:00
parent d90014c622
commit c3a38401e0
3 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,7 @@
namespace llvm {
template <class GraphType> struct GraphTraits;
class Module;
class Value;

View File

@ -45,6 +45,8 @@
namespace llvm {
template <class GraphType> struct GraphTraits;
namespace yaml {
template <typename T> struct MappingTraits;

View File

@ -28,7 +28,6 @@
namespace llvm {
template<class GraphType> struct GraphTraits;
class IntegerType;
class LLVMContext;
class PointerType;