1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[Hexagon] Add explicit default constructor for HexagonSelectionDAGInfo

llvm-svn: 279254
This commit is contained in:
Krzysztof Parzyszek 2016-08-19 15:13:54 +00:00
parent 24cd73e404
commit 56c3cbbca1

View File

@ -20,6 +20,8 @@ namespace llvm {
class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
public:
explicit HexagonSelectionDAGInfo() = default;
SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
SDValue Chain, SDValue Dst, SDValue Src,
SDValue Size, unsigned Align, bool isVolatile,