diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h b/contrib/llvm-project/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h index fb88c32ceb0c..79f05e57bb5c 100644 --- a/contrib/llvm-project/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h +++ b/contrib/llvm-project/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h @@ -21,8 +21,8 @@ class BPFSelectionDAGInfo : public SelectionDAGTargetInfo { public: SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, - SDValue Size, unsigned Align, bool isVolatile, - bool AlwaysInline, + SDValue Size, Align Alignment, + bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const override; |