From 8a4c25dd7e9002ab7a2821753bcae1ff6af2ca1c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 8 May 2012 11:33:05 -0400 Subject: radeon/llvm: Use a custom inserter to lower RESERVE_REG --- .../drivers/radeon/R600MachineFunctionInfo.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/gallium/drivers/radeon/R600MachineFunctionInfo.cpp (limited to 'src/gallium/drivers/radeon/R600MachineFunctionInfo.cpp') diff --git a/src/gallium/drivers/radeon/R600MachineFunctionInfo.cpp b/src/gallium/drivers/radeon/R600MachineFunctionInfo.cpp new file mode 100644 index 00000000000..c88623b92e1 --- /dev/null +++ b/src/gallium/drivers/radeon/R600MachineFunctionInfo.cpp @@ -0,0 +1,20 @@ +//===-- R600MachineFunctionInfo.cpp - TODO: Add brief description -------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// TODO: Add full description +// +//===----------------------------------------------------------------------===// + +#include "R600MachineFunctionInfo.h" + +using namespace llvm; + +R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF) + : MachineFunctionInfo() + { } -- cgit v1.2.3