summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-12 23:22:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-12 23:22:14 +0000
commit015b432b540d9bd9b32c3cf8e02ecec2ae8eb767 (patch)
tree1293c57e5aafcfa0b4e440c40ab22e139b5db6c0 /llvm/lib
parent6434db78972810a36243147fe27c8ace85ed9525 (diff)
downloadbcm5719-llvm-015b432b540d9bd9b32c3cf8e02ecec2ae8eb767.tar.gz
bcm5719-llvm-015b432b540d9bd9b32c3cf8e02ecec2ae8eb767.zip
Adjust #includes to compensate for lost of DerivedTypes.h in
TargetLowering.h llvm-svn: 33154
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelDAGToDAG.cpp1
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp b/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
index f36456e0947..53302c6bb8a 100644
--- a/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
@@ -23,6 +23,7 @@
#include "llvm/Instructions.h"
#include "llvm/Intrinsics.h"
#include "llvm/Support/CFG.h"
+#include "llvm/Type.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index 9249b8d4ca3..638ced64a04 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -14,6 +14,7 @@
#include "X86TargetAsmInfo.h"
#include "X86TargetMachine.h"
#include "X86Subtarget.h"
+#include "llvm/DerivedTypes.h"
#include "llvm/InlineAsm.h"
#include "llvm/Instructions.h"
#include "llvm/Module.h"
OpenPOWER on IntegriCloud