diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp')
-rw-r--r-- | llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp b/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp deleted file mode 100644 index 48443fb57d8..00000000000 --- a/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. -// -//===----------------------------------------------------------------------===// - -#include "R600MachineFunctionInfo.h" - -using namespace llvm; - -R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF) - : MachineFunctionInfo() - { } |