summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-08-19 21:17:28 +0000
committerDavid Greene <greened@obbligato.org>2009-08-19 21:17:28 +0000
commit7b1a6671f88e220a84426cfc62c46f7985816950 (patch)
treea0080e15e5f415c282bb2d3aad939240b516b30a /llvm
parenta8fe2c26a881da55d724b279d75c5fb7116c6c64 (diff)
downloadbcm5719-llvm-7b1a6671f88e220a84426cfc62c46f7985816950.tar.gz
bcm5719-llvm-7b1a6671f88e220a84426cfc62c46f7985816950.zip
Add missing includes.
llvm-svn: 79467
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/LiveVariables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveVariables.h b/llvm/include/llvm/CodeGen/LiveVariables.h
index 26c036269d6..1c914d67775 100644
--- a/llvm/include/llvm/CodeGen/LiveVariables.h
+++ b/llvm/include/llvm/CodeGen/LiveVariables.h
@@ -29,7 +29,9 @@
#ifndef LLVM_CODEGEN_LIVEVARIABLES_H
#define LLVM_CODEGEN_LIVEVARIABLES_H
+#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
OpenPOWER on IntegriCloud