diff options
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegClassInfo.cpp | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegInfo.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp index c6d559abdb..b1387bfa9c 100644 --- a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp @@ -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 { diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index 1d742ef8da..85eb3bcf27 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -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" |