1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Target/AMDGPU/R600FrameLowering.cpp

15 lines
448 B
C++

//===----------------------- R600FrameLowering.cpp ------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//==-----------------------------------------------------------------------===//
#include "R600FrameLowering.h"
using namespace llvm;
R600FrameLowering::~R600FrameLowering() = default;