/3rd_party/llvm/lib/Target/PTX/PTXFrameLowering.cpp
https://code.google.com/p/softart/ · C++ · 24 lines · 8 code · 4 blank · 12 comment · 0 complexity · 25d18bd8ebd0ecd5f497863ce441d11d MD5 · raw file
- //=======- PTXFrameLowering.cpp - PTX Frame Information -------*- C++ -*-=====//
- //
- // The LLVM Compiler Infrastructure
- //
- // This file is distributed under the University of Illinois Open Source
- // License. See LICENSE.TXT for details.
- //
- //===----------------------------------------------------------------------===//
- //
- // This file contains the PTX implementation of TargetFrameLowering class.
- //
- //===----------------------------------------------------------------------===//
- #include "PTXFrameLowering.h"
- #include "llvm/CodeGen/MachineFunction.h"
- using namespace llvm;
- void PTXFrameLowering::emitPrologue(MachineFunction &MF) const {
- }
- void PTXFrameLowering::emitEpilogue(MachineFunction &MF,
- MachineBasicBlock &MBB) const {
- }