Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit ff3139f

Browse files
committed
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
1 parent 4913d7b commit ff3139f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10210,7 +10210,7 @@ static SDValue LowerVACOPY(SDValue Op, const X86Subtarget *Subtarget,
1021010210
MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
1021110211
}
1021210212

10213-
// getTargetVShiftNOde - Handle vector element shifts where the shift amount
10213+
// getTargetVShiftNode - Handle vector element shifts where the shift amount
1021410214
// may or may not be a constant. Takes immediate version of shift as input.
1021510215
static SDValue getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT,
1021610216
SDValue SrcOp, SDValue ShAmt,

0 commit comments

Comments
 (0)