aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFrameInfo.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-10-26 06:02:38 +0000
committerNate Begeman <natebegeman@mac.com>2004-10-26 06:02:38 +0000
commit17304c393e14a9ddb10ae0483d45d7e926c41078 (patch)
tree5d944e0885a4df53b9ce3ea23324e615de2605e2 /lib/Target/PowerPC/PPCFrameInfo.h
parent01808b36c33f9f2e245014bf917599138d8a5acc (diff)
Remove file that is no longer used, and move include of MRegisterInfo.h
from PowerPCFrameInfo.h to PowerPCAsmPrinter.cpp where it is actually needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCFrameInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCFrameInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCFrameInfo.h b/lib/Target/PowerPC/PPCFrameInfo.h
index 423de2978e..a6f0e687ac 100644
--- a/lib/Target/PowerPC/PPCFrameInfo.h
+++ b/lib/Target/PowerPC/PPCFrameInfo.h
@@ -16,7 +16,6 @@
#include "PowerPC.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/MRegisterInfo.h"
namespace llvm {