mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[PM/AA] Don't bother forward declaring Function and Value, just include
their headers. llvm-svn: 245023
This commit is contained in:
parent
4f55a75e27
commit
3ab3bc1349
@ -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…
Reference in New Issue
Block a user