opnsense-src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp

18 lines
644 B
C++
Raw Normal View History

//===- SelectionDAGTargetInfo.cpp - SelectionDAG Info ---------------------===//
2010-05-04 12:11:02 -04:00
//
// 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
2010-05-04 12:11:02 -04:00
//
//===----------------------------------------------------------------------===//
//
// This implements the SelectionDAGTargetInfo class.
2010-05-04 12:11:02 -04:00
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
2010-05-04 12:11:02 -04:00
using namespace llvm;
SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;