Fixed some bugs.
[llvm/zpu.git] / lib / Target / XCore / XCoreFrameInfo.cpp
blobf50dc96c6ba9a7e7c15cda7ef52bd715270004af
1 //===-- XCoreFrameInfo.cpp - Frame info for XCore Target ---------*- C++ -*-==//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file contains XCore frame information that doesn't fit anywhere else
11 // cleanly...
13 //===----------------------------------------------------------------------===//
15 #include "XCore.h"
16 #include "XCoreFrameInfo.h"
17 using namespace llvm;
19 //===----------------------------------------------------------------------===//
20 // XCoreFrameInfo:
21 //===----------------------------------------------------------------------===//
23 XCoreFrameInfo::XCoreFrameInfo(const TargetMachine &tm):
24 TargetFrameInfo(TargetFrameInfo::StackGrowsDown, 4, 0)
26 // Do nothing