Remove include of MRegisterInfo.h, since it is already included by

SkeletonGenRegisterInfo.h.inc

llvm-svn: 17245
This commit is contained in:
Nate Begeman 2004-10-26 06:04:23 +00:00
parent dd8f1d8b77
commit 7fed324ffc
1 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@
#ifndef SKELETON_REGISTERINFO_H
#define SKELETON_REGISTERINFO_H
#include "llvm/Target/MRegisterInfo.h"
#include "SkeletonGenRegisterInfo.h.inc"
namespace llvm {
@ -24,7 +23,6 @@ namespace llvm {
SkeletonRegisterInfo();
const TargetRegisterClass* getRegClassForType(const Type* Ty) const;
// See MRegisterInfo.h for information on these methods.
void storeRegToStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MBBI,
unsigned SrcReg, int FrameIndex) const;