1 //===- ARMRegisterInfo.h - ARM Register Information Impl --------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file contains the ARM implementation of the TargetRegisterInfo class.
12 //===----------------------------------------------------------------------===//
14 #ifndef ARMREGISTERINFO_H
15 #define ARMREGISTERINFO_H
18 #include "llvm/Target/TargetRegisterInfo.h"
19 #include "ARMBaseRegisterInfo.h"
23 class ARMBaseInstrInfo
;
26 struct ARMRegisterInfo
: public ARMBaseRegisterInfo
{
28 ARMRegisterInfo(const ARMBaseInstrInfo
&tii
, const ARMSubtarget
&STI
);
31 } // end namespace llvm