Prune a few dependencies on MachineFunction.h.
authorDan Gohman <gohman@apple.com>
Tue, 1 Jul 2008 18:15:35 +0000 (18:15 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 1 Jul 2008 18:15:35 +0000 (18:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52976 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h
lib/ExecutionEngine/JIT/JIT.cpp
lib/Target/X86/X86RegisterInfo.cpp

index 3b16ef1645f9320e608c5cc1b32770ee54bc200d..2fb2a68b3645d836e627a43d0071e49f321d54c9 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef LLVM_TARGET_ASM_INFO_H
 #define LLVM_TARGET_ASM_INFO_H
 
-#include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/Support/DataTypes.h"
 
 namespace llvm {
index 48286e915ee8698a94b2024e24e980a4f2b945ad..940434c731ce711d7fa0b06afdaed7a3ea762320 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/Instructions.h"
 #include "llvm/ModuleProvider.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
-#include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/Support/MutexGuard.h"
 #include "llvm/System/DynamicLibrary.h"
index 1f04380f3257ed30f68e2801adfa6bc9e6192f16..7270cd3b1334d93642e747fe373442bea5f8df5c 100644 (file)
@@ -25,6 +25,7 @@
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineFunction.h"
+#include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineLocation.h"
 #include "llvm/CodeGen/MachineModuleInfo.h"