Adjust #includes to compensate for lost of DerivedTypes.h in

TargetLowering.h

llvm-svn: 33154
This commit is contained in:
Reid Spencer 2007-01-12 23:22:14 +00:00
parent 4fe8454735
commit 09efdecc2d
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"