[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:
Chandler Carruth 2015-08-14 03:55:36 +00:00
parent 9465c3170c
commit 416c002bf3

View File

@ -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;