summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineSSAUpdater.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-10 01:17:36 +0000
committerChris Lattner <sabre@nondot.org>2010-02-10 01:17:36 +0000
commit3143e90ca89b808e98ad7354a9e7dd6bf42fef00 (patch)
treed00f7ead11dd8db808f2cfdcc9a28b0691ef8e80 /lib/CodeGen/MachineSSAUpdater.cpp
parenta2bd92b13068bfd6609cc3f72c61d6787b53b8d2 (diff)
downloadllvm-3143e90ca89b808e98ad7354a9e7dd6bf42fef00.tar.gz
llvm-3143e90ca89b808e98ad7354a9e7dd6bf42fef00.tar.bz2
llvm-3143e90ca89b808e98ad7354a9e7dd6bf42fef00.tar.xz
fix missing #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineSSAUpdater.cpp')
-rw-r--r--lib/CodeGen/MachineSSAUpdater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineSSAUpdater.cpp b/lib/CodeGen/MachineSSAUpdater.cpp
index 72f731e053..2255dc3396 100644
--- a/lib/CodeGen/MachineSSAUpdater.cpp
+++ b/lib/CodeGen/MachineSSAUpdater.cpp
@@ -20,6 +20,7 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"