summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-01-27 16:32:26 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-01-27 16:32:26 +0000
commitf9172fd4ac4c86f5f04220d7d748eace96fd1a95 (patch)
tree9681499dc21160c4eb78d6dae8e89c9e06470389 /llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
parentc67cf31f5c549375c7dcbb2e331ecf93906f7e55 (diff)
downloadbcm5719-llvm-f9172fd4ac4c86f5f04220d7d748eace96fd1a95.tar.gz
bcm5719-llvm-f9172fd4ac4c86f5f04220d7d748eace96fd1a95.zip
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/
It's a SelectionDAG thing, not a Target thing. llvm-svn: 258939
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h')
-rw-r--r--llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h b/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
index 77b3527d77e..456688568f4 100644
--- a/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
+++ b/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h
@@ -7,20 +7,20 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines the XCore subclass for TargetSelectionDAGInfo.
+// This file defines the XCore subclass for SelectionDAGTargetInfo.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIB_TARGET_XCORE_XCORESELECTIONDAGINFO_H
#define LLVM_LIB_TARGET_XCORE_XCORESELECTIONDAGINFO_H
-#include "llvm/Target/TargetSelectionDAGInfo.h"
+#include "llvm/CodeGen/SelectionDAGTargetInfo.h"
namespace llvm {
class XCoreTargetMachine;
-class XCoreSelectionDAGInfo : public TargetSelectionDAGInfo {
+class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
public:
SDValue
OpenPOWER on IntegriCloud