diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineConstantPool.h')
-rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 4144d8ca16..ba491ce255 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -16,8 +16,8 @@ #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H #include "llvm/ADT/FoldingSet.h" -#include "llvm/CodeGen/SelectionDAGNodes.h" #include "llvm/Support/Streams.h" +#include <cassert> #include <vector> #include <iosfwd> @@ -27,6 +27,7 @@ class AsmPrinter; class Constant; class TargetData; class TargetMachine; +class Type; class MachineConstantPool; /// Abstract base class for all machine specific constantpool value subclasses. |