1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

MustExecute.h - remove unnecessary Instruction.h include. NFC.

We already have the Instruction forward declaration.
This commit is contained in:
Simon Pilgrim 2020-06-07 12:10:50 +01:00
parent 5f8966d8e8
commit abbce6f7c9

View File

@ -27,7 +27,6 @@
#include "llvm/ADT/DenseSet.h" #include "llvm/ADT/DenseSet.h"
#include "llvm/Analysis/EHPersonalities.h" #include "llvm/Analysis/EHPersonalities.h"
#include "llvm/Analysis/InstructionPrecedenceTracking.h" #include "llvm/Analysis/InstructionPrecedenceTracking.h"
#include "llvm/IR/Instruction.h"
namespace llvm { namespace llvm {