forked from OSchip/llvm-project
TypeBasedAliasAnalysis.h - replace InstrTypes.h include with forward declaration. NFC.
This commit is contained in:
parent
ff54d1c897
commit
c96ca71a9f
|
@ -16,13 +16,13 @@
|
|||
#define LLVM_ANALYSIS_TYPEBASEDALIASANALYSIS_H
|
||||
|
||||
#include "llvm/Analysis/AliasAnalysis.h"
|
||||
#include "llvm/IR/InstrTypes.h"
|
||||
#include "llvm/IR/PassManager.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include <memory>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class CallBase;
|
||||
class Function;
|
||||
class MDNode;
|
||||
class MemoryLocation;
|
||||
|
|
Loading…
Reference in New Issue