mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix more incestuous #includage.
llvm-svn: 10732
This commit is contained in:
parent
1eeb1b1c04
commit
5bbe234eab
@ -15,8 +15,8 @@
|
||||
#include "SparcRegClassInfo.h"
|
||||
#include "SparcInternals.h"
|
||||
#include "SparcRegInfo.h"
|
||||
#include "../../CodeGen/RegAlloc/RegAllocCommon.h" // FIXME!
|
||||
#include "../../CodeGen/RegAlloc/IGNode.h" // FIXME!
|
||||
#include "RegAlloc/RegAllocCommon.h"
|
||||
#include "RegAlloc/IGNode.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "llvm/CodeGen/MachineCodeForInstruction.h"
|
||||
#include "llvm/CodeGen/MachineInstrAnnot.h"
|
||||
#include "../../CodeGen/RegAlloc/LiveRangeInfo.h" // FIXME!!
|
||||
#include "../../CodeGen/RegAlloc/LiveRange.h" // FIXME!!
|
||||
#include "RegAlloc/LiveRangeInfo.h"
|
||||
#include "RegAlloc/LiveRange.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/iTerminators.h"
|
||||
|
Loading…
Reference in New Issue
Block a user