WebAssembly: floating-point comparisons
[oota-llvm.git] / lib / Target / Hexagon / HexagonSelectionDAGInfo.cpp
index a52c604505b8605568fa6acae9ea9f3c28c30aca..276cc69eed0fe49003dc679da2781c3815d2993e 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "hexagon-selectiondag-info"
 #include "HexagonTargetMachine.h"
 using namespace llvm;
 
-bool llvm::flag_aligned_memcpy;
-
-HexagonSelectionDAGInfo::HexagonSelectionDAGInfo(const HexagonTargetMachine
-                                                 &TM)
-  : TargetSelectionDAGInfo(TM) {
-}
+#define DEBUG_TYPE "hexagon-selectiondag-info"
 
-HexagonSelectionDAGInfo::~HexagonSelectionDAGInfo() {
-}
+bool llvm::flag_aligned_memcpy;
 
 SDValue
 HexagonSelectionDAGInfo::
-EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain,
+EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
                         SDValue Dst, SDValue Src, SDValue Size, unsigned Align,
                         bool isVolatile, bool AlwaysInline,
                         MachinePointerInfo DstPtrInfo,