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:
parent
24cd73e404
commit
56c3cbbca1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user