Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo

and PPC32JITInfo classes should be merged.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2005-10-14 23:53:41 +00:00
parent 2668959b88
commit b9459b731a
5 changed files with 22 additions and 45 deletions

View File

@@ -14,7 +14,7 @@
#include "PPC.h"
#include "PPCFrameInfo.h"
#include "PPC32TargetMachine.h"
#include "PPC32JITInfo.h"
#include "PPCJITInfo.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/Verifier.h"