1214571Sdim//===-- ARMRegisterInfo.cpp - ARM Register Information --------------------===//
2214571Sdim//
3214571Sdim// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4214571Sdim// See https://llvm.org/LICENSE.txt for license information.
5214571Sdim// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6214571Sdim//
7214571Sdim//===----------------------------------------------------------------------===//
8214571Sdim//
9214571Sdim// This file contains the ARM implementation of the TargetRegisterInfo class.
10214571Sdim//
11214571Sdim//===----------------------------------------------------------------------===//
12214571Sdim
13214571Sdim#include "ARMRegisterInfo.h"
14214571Sdimusing namespace llvm;
15214571Sdim
16214571Sdimvoid ARMRegisterInfo::anchor() { }
17214571Sdim
18214571SdimARMRegisterInfo::ARMRegisterInfo() : ARMBaseRegisterInfo() {}
19214571Sdim