Refactor a bunch of includes so that TargetMachine.h doesn't have to include

TargetData.h.  This should make recompiles a bit faster with my current
TargetData tinkering.

llvm-svn: 28238
This commit is contained in:
Owen Anderson
2006-05-12 06:33:49 +00:00
parent d7c77b8c56
commit 8c2c1e90c4
21 changed files with 23 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Function.h"