AntiDepBreaker.h - remove unnecessary ScheduleDAG.h include. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-07 16:39:42 +01:00
parent c4056f8428
commit 783d7116dc
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include "llvm/ADT/iterator_range.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/ScheduleDAG.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Compiler.h"
#include <cassert>