mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
[PM/AA] Don't bother forward declaring Function and Value, just include
their headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9465c3170c
commit
416c002bf3
@ -22,18 +22,15 @@
|
||||
|
||||
#include "ObjCARC.h"
|
||||
#include "ObjCARCAliasAnalysis.h"
|
||||
#include "llvm/IR/Function.h"
|
||||
#include "llvm/IR/Instruction.h"
|
||||
#include "llvm/IR/Value.h"
|
||||
#include "llvm/InitializePasses.h"
|
||||
#include "llvm/PassAnalysisSupport.h"
|
||||
#include "llvm/PassSupport.h"
|
||||
|
||||
#define DEBUG_TYPE "objc-arc-aa"
|
||||
|
||||
namespace llvm {
|
||||
class Function;
|
||||
class Value;
|
||||
}
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::objcarc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user