1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

ScoreboardHazardRecognizer.h - remove unnecessary llvm::InstrItineraryData forward declaration. NFC.

We have to include MCInstrItineraries.h where its defined.
This commit is contained in:
Simon Pilgrim 2020-04-15 22:30:21 +01:00
parent 7e25683abe
commit d28255aa74

View File

@ -23,7 +23,6 @@
namespace llvm {
class InstrItineraryData;
class ScheduleDAG;
class SUnit;