Eugene Zelenko | 618c555 | 2017-09-13 21:15:20 +0000 | [diff] [blame] | 1 | //===- SelectionDAGTargetInfo.cpp - SelectionDAG Info ---------------------===// |
Dan Gohman | c4759a5 | 2010-04-16 21:12:11 +0000 | [diff] [blame] | 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +0000 | [diff] [blame] | 10 | // This implements the SelectionDAGTargetInfo class. |
Dan Gohman | c4759a5 | 2010-04-16 21:12:11 +0000 | [diff] [blame] | 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +0000 | [diff] [blame] | 14 | #include "llvm/CodeGen/SelectionDAGTargetInfo.h" |
Eugene Zelenko | 618c555 | 2017-09-13 21:15:20 +0000 | [diff] [blame] | 15 | |
Dan Gohman | c4759a5 | 2010-04-16 21:12:11 +0000 | [diff] [blame] | 16 | using namespace llvm; |
| 17 | |
Eugene Zelenko | 618c555 | 2017-09-13 21:15:20 +0000 | [diff] [blame] | 18 | SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default; |