| Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +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" | 
| Dan Gohman | c4759a5 | 2010-04-16 21:12:11 +0000 | [diff] [blame] | 15 | using namespace llvm; | 
|  | 16 |  | 
| Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +0000 | [diff] [blame] | 17 | SelectionDAGTargetInfo::~SelectionDAGTargetInfo() {} |