1234353Sdim//===-- ARMRegisterInfo.cpp - ARM Register Information --------------------===//
2193323Sed//
3193323Sed//                     The LLVM Compiler Infrastructure
4193323Sed//
5193323Sed// This file is distributed under the University of Illinois Open Source
6193323Sed// License. See LICENSE.TXT for details.
7193323Sed//
8193323Sed//===----------------------------------------------------------------------===//
9193323Sed//
10193323Sed// This file contains the ARM implementation of the TargetRegisterInfo class.
11193323Sed//
12193323Sed//===----------------------------------------------------------------------===//
13193323Sed
14234353Sdim#include "ARMRegisterInfo.h"
15193323Sedusing namespace llvm;
16193323Sed
17234353Sdimvoid ARMRegisterInfo::anchor() { }
18234353Sdim
19288943SdimARMRegisterInfo::ARMRegisterInfo() : ARMBaseRegisterInfo() {}
20