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

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 2a154d7b05
commit 07b2d5cea2

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;