summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp')
-rw-r--r--gnu/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp b/gnu/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
deleted file mode 100644
index 3a283bc5fdc..00000000000
--- a/gnu/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-//===- SelectionDAGTargetInfo.cpp - SelectionDAG Info ---------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This implements the SelectionDAGTargetInfo class.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
-
-using namespace llvm;
-
-SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;