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

SkeletonGenRegisterInfo.h.inc


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2004-10-26 06:04:23 +00:00
parent 17304c393e
commit b9cad90aeb

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;