diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-17 16:00:02 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-17 16:47:48 +0100 |
commit | 2a56a0ba086491e51c54026c6badae6496539487 (patch) | |
tree | 3803ee842b9a730476bcf0188c5bf678f277aa89 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | df017fd906bba81af38749fe374ae2635fd51389 (diff) | |
download | llvm-2a56a0ba086491e51c54026c6badae6496539487.zip llvm-2a56a0ba086491e51c54026c6badae6496539487.tar.gz llvm-2a56a0ba086491e51c54026c6badae6496539487.tar.bz2 |
ModuloSchedule.cpp - remove unnecessary includes. NFCI.
Already included in ModuloSchedule.h
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ModuloSchedule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/ModuloSchedule.cpp b/llvm/lib/CodeGen/ModuloSchedule.cpp index d85b1b7..095da09 100644 --- a/llvm/lib/CodeGen/ModuloSchedule.cpp +++ b/llvm/lib/CodeGen/ModuloSchedule.cpp @@ -11,9 +11,7 @@ #include "llvm/Analysis/MemoryLocation.h" #include "llvm/CodeGen/LiveIntervals.h" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include "llvm/CodeGen/MachineLoopUtils.h" #include "llvm/CodeGen/MachineRegisterInfo.h" -#include "llvm/CodeGen/TargetInstrInfo.h" #include "llvm/InitializePasses.h" #include "llvm/MC/MCContext.h" #include "llvm/Support/Debug.h" |