1 //===-- XCoreFrameInfo.cpp - Frame info for XCore Target ---------*- 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 XCore frame information that doesn't fit anywhere else
13 //===----------------------------------------------------------------------===//
16 #include "XCoreFrameInfo.h"
19 //===----------------------------------------------------------------------===//
21 //===----------------------------------------------------------------------===//
23 XCoreFrameInfo::XCoreFrameInfo(const TargetMachine
&tm
):
24 TargetFrameInfo(TargetFrameInfo::StackGrowsDown
, 4, 0)