diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp')
| -rw-r--r-- | llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp b/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp index 00b48d537d3..b51d1533916 100644 --- a/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp +++ b/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp @@ -19,9 +19,9 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" -#include "../../Target/SparcV9/MachineCodeForInstruction.h" -#include "../../Target/SparcV9/SparcV9RegInfo.h" -#include "../../Target/SparcV9/SparcV9InstrInfo.h" +#include "../MachineCodeForInstruction.h" +#include "../SparcV9RegInfo.h" +#include "../SparcV9InstrInfo.h" #include "llvm/ADT/STLExtras.h" #include <iostream> |

