mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
Fix capitalization in comment to match function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4913d7b3b2
commit
ff3139fe53
@ -10210,7 +10210,7 @@ static SDValue LowerVACOPY(SDValue Op, const X86Subtarget *Subtarget,
|
|||||||
MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
|
MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
|
||||||
}
|
}
|
||||||
|
|
||||||
// getTargetVShiftNOde - Handle vector element shifts where the shift amount
|
// getTargetVShiftNode - Handle vector element shifts where the shift amount
|
||||||
// may or may not be a constant. Takes immediate version of shift as input.
|
// may or may not be a constant. Takes immediate version of shift as input.
|
||||||
static SDValue getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT,
|
static SDValue getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT,
|
||||||
SDValue SrcOp, SDValue ShAmt,
|
SDValue SrcOp, SDValue ShAmt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user