mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove some unneeded stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61b08f193a
commit
2b38c0d94b
@ -31,15 +31,13 @@
|
||||
#define LLVM_ANALYSIS_ALIAS_ANALYSIS_H
|
||||
|
||||
#include "llvm/Support/CallSite.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Pass.h" // Need this for IncludeFile
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class LoadInst;
|
||||
class StoreInst;
|
||||
class TargetData;
|
||||
class AnalysisUsage;
|
||||
class Pass;
|
||||
|
||||
class AliasAnalysis {
|
||||
const TargetData *TD;
|
||||
|
Loading…
Reference in New Issue
Block a user