diff options
Diffstat (limited to 'gnu/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp')
| -rw-r--r-- | gnu/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp b/gnu/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp deleted file mode 100644 index 3ca319c6c6c..00000000000 --- a/gnu/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp +++ /dev/null @@ -1,16 +0,0 @@ -//===-- R600MachineFunctionInfo.cpp - R600 Machine Function Info-*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -/// \file -//===----------------------------------------------------------------------===// - -#include "R600MachineFunctionInfo.h" - -using namespace llvm; - -R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF) - : AMDGPUMachineFunction(MF) { } |
