From: Dale Johannesen Date: Tue, 3 Feb 2009 22:26:34 +0000 (+0000) Subject: Need this file too. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eacf2dc4bb64b5be2ab33339e81b526aa76adfbb;p=oota-llvm.git Need this file too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63674 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 709d33f061f..cb6640809b8 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h @@ -612,12 +612,12 @@ namespace llvm { void ReplaceATOMIC_BINARY_64(SDNode *N, SmallVectorImpl &Results, SelectionDAG &DAG, unsigned NewOp); - SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, + SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, const Value *DstSV, uint64_t DstSVOff); - SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, + SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align,