LLVM API Documentation

ARMRegisterInfo.cpp
Go to the documentation of this file.
00001 //===-- ARMRegisterInfo.cpp - ARM Register Information --------------------===//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file contains the ARM implementation of the TargetRegisterInfo class.
00011 //
00012 //===----------------------------------------------------------------------===//
00013 
00014 #include "ARMRegisterInfo.h"
00015 using namespace llvm;
00016 
00017 void ARMRegisterInfo::anchor() { }
00018 
00019 ARMRegisterInfo::ARMRegisterInfo(const ARMSubtarget &sti)
00020   : ARMBaseRegisterInfo(sti) {
00021 }