diff options
author | Justin Holewinski <jholewinski@nvidia.com> | 2012-05-24 21:38:21 +0000 |
---|---|---|
committer | Justin Holewinski <jholewinski@nvidia.com> | 2012-05-24 21:38:21 +0000 |
commit | 42a0b48dd3773574f648c19b4d9abafb6b4a4f16 (patch) | |
tree | d9a4399f281c81c89d9a5118795d64fb1d4893f9 /lib/Target/PTX/PTXMachineFunctionInfo.cpp | |
parent | 6b31d4ea3610b04d71e1eb38d8fc625eae7b759a (diff) |
Remove the PTX back-end and all of its artifacts (triple, etc.)
This back-end was deprecated in favor of the NVPTX back-end.
NV_CONTRIB
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PTX/PTXMachineFunctionInfo.cpp')
-rw-r--r-- | lib/Target/PTX/PTXMachineFunctionInfo.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Target/PTX/PTXMachineFunctionInfo.cpp b/lib/Target/PTX/PTXMachineFunctionInfo.cpp deleted file mode 100644 index 60acfc75a2..0000000000 --- a/lib/Target/PTX/PTXMachineFunctionInfo.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//===-- PTXMachineFuctionInfo.cpp - PTX machine function info -------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "PTXMachineFunctionInfo.h" - -using namespace llvm; - -void PTXMachineFunctionInfo::anchor() { } |