[WebAssembly] Support for register stackifying with load and store instructions.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyISelLowering.h
index 3621571151a1941bcb0981bccbf55e061744b6ef..af5eab671f276e3e37393914307c990fb85ff58c 100644 (file)
@@ -74,6 +74,7 @@ private:
   // Custom lowering hooks.
   SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override;
   SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
+  SDValue LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
 };