fix PPC.h to not pull in TargetMachine.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-11-14 21:09:28 +00:00
parent 30e2cc254b
commit 8d63ba8260

View File

@ -18,12 +18,12 @@
// GCC #defines PPC on Linux but we use it as our namespace name
#undef PPC
#include "llvm/Target/TargetMachine.h"
namespace llvm {
class PPCTargetMachine;
class FunctionPass;
class formatted_raw_ostream;
class JITCodeEmitter;
class Target;
FunctionPass *createPPCBranchSelectionPass();
FunctionPass *createPPCISelDag(PPCTargetMachine &TM);