1 //=======- PTXFrameLowering.cpp - PTX Frame Information -------*- 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 the PTX implementation of TargetFrameLowering class.
12 //===----------------------------------------------------------------------===//
14 #include "PTXFrameLowering.h"
15 #include "llvm/CodeGen/MachineFunction.h"
19 void PTXFrameLowering::emitPrologue(MachineFunction
&MF
) const {
22 void PTXFrameLowering::emitEpilogue(MachineFunction
&MF
,
23 MachineBasicBlock
&MBB
) const {