Move class and instruction definitions for conditional moves to a seperate file.
[oota-llvm.git] / lib / Target / XCore / XCoreSelectionDAGInfo.h
index fd9671681fc6d1e215e9967f9ce73a31d33f2455..0386968638bd5b09dc7d393be0d7c3ab2dad4c9c 100644 (file)
 
 namespace llvm {
 
+class XCoreTargetMachine;
+
 class XCoreSelectionDAGInfo : public TargetSelectionDAGInfo {
 public:
-  XCoreSelectionDAGInfo();
+  explicit XCoreSelectionDAGInfo(const XCoreTargetMachine &TM);
   ~XCoreSelectionDAGInfo();
 };