MemoryLocation.h - reduce Instruction.h include to forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-25 18:32:47 +01:00
parent da426ead73
commit 8ebab67785
1 changed files with 1 additions and 1 deletions

View File

@ -17,13 +17,13 @@
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/Optional.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Metadata.h"
#include "llvm/Support/TypeSize.h"
namespace llvm {
class CallBase;
class Instruction;
class LoadInst;
class StoreInst;
class MemTransferInst;