summaryrefslogtreecommitdiff
path: root/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp')
-rw-r--r--contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp b/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
deleted file mode 100644
index 3a2df6f60593..000000000000
--- a/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-//===- SelectionDAGTargetInfo.cpp - SelectionDAG Info ---------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-//
-// This implements the SelectionDAGTargetInfo class.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
-
-using namespace llvm;
-
-SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;