diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-14 22:44:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-14 22:44:13 +0000 |
commit | 617742b1b8b7fbb07b4ab5db7c292bff78d709f6 (patch) | |
tree | 2d25438f57a392929e5eeed4df573f0cfeb67159 /lib/Target/PowerPC/PPCISelPattern.cpp | |
parent | 14e2cf62f43130a6ba5c4c72f83051a452633d8b (diff) |
Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions
from the .td file that correspond to it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelPattern.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index 5bae7c9280..3cca36220b 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.cpp @@ -15,7 +15,7 @@ #include "PowerPC.h" #include "PowerPCInstrBuilder.h" -#include "PowerPCInstrInfo.h" +#include "PPC32InstrInfo.h" #include "PPC32TargetMachine.h" #include "PPC32ISelLowering.h" #include "llvm/Constants.h" |