Skip to content

Commit

Permalink
TypeBasedAliasAnalysis.h - replace InstrTypes.h include with forward …
Browse files Browse the repository at this point in the history
…declaration. NFC.
  • Loading branch information
RKSimon committed Apr 19, 2020
1 parent ff54d1c commit c96ca71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
Expand Up @@ -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;
Expand Down

0 comments on commit c96ca71

Please sign in to comment.