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:
parent
2a154d7b05
commit
07b2d5cea2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user