summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineSSAUpdater.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-30 11:36:29 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-30 11:36:29 +0000
commit7c5042f86b4ad7d3fce819dbf9f6a215bef852c5 (patch)
tree3bce5bd04d8c1c35cb5e0330d1f480c1bc1ca58e /include/llvm/CodeGen/MachineSSAUpdater.h
parent6da21c0e335bca3186358f85948555f62eb8b375 (diff)
downloadllvm-7c5042f86b4ad7d3fce819dbf9f6a215bef852c5.tar.gz
llvm-7c5042f86b4ad7d3fce819dbf9f6a215bef852c5.tar.bz2
llvm-7c5042f86b4ad7d3fce819dbf9f6a215bef852c5.tar.xz
[Allocator] Stop forward-declaring BumpPtrAllocator in a few places.
This is a necessary step to lifting some of its configuration into template parameters rather than runtime parameters. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineSSAUpdater.h')
-rw-r--r--include/llvm/CodeGen/MachineSSAUpdater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineSSAUpdater.h b/include/llvm/CodeGen/MachineSSAUpdater.h
index 77a2256c2e..8fc367e258 100644
--- a/include/llvm/CodeGen/MachineSSAUpdater.h
+++ b/include/llvm/CodeGen/MachineSSAUpdater.h
@@ -14,6 +14,7 @@
#ifndef LLVM_CODEGEN_MACHINESSAUPDATER_H
#define LLVM_CODEGEN_MACHINESSAUPDATER_H
+#include "llvm/Support/Allocator.h"
#include "llvm/Support/Compiler.h"
namespace llvm {
@@ -26,7 +27,6 @@ namespace llvm {
class TargetRegisterClass;
template<typename T> class SmallVectorImpl;
template<typename T> class SSAUpdaterTraits;
- class BumpPtrAllocator;
/// MachineSSAUpdater - This class updates SSA form for a set of virtual
/// registers defined in multiple blocks. This is used when code duplication