mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
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:
parent
17304c393e
commit
b9cad90aeb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user