diff options
author | Craig Topper <craig.topper@gmail.com> | 2013-02-19 07:43:59 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2013-02-19 07:43:59 +0000 |
commit | f371e8926471996e520202cd092f5c84d2225a52 (patch) | |
tree | 0c50610dec3f95f8668d681664c69bbf17f3d2ce | |
parent | a4d3e1d2a29adf7af7761330eb83005327020161 (diff) | |
download | bcm5719-llvm-f371e8926471996e520202cd092f5c84d2225a52.tar.gz bcm5719-llvm-f371e8926471996e520202cd092f5c84d2225a52.zip |
Fix capitalization in comment to match function name.
llvm-svn: 175497
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 9ec05026133..9ed03cd1ee7 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -10210,7 +10210,7 @@ static SDValue LowerVACOPY(SDValue Op, const X86Subtarget *Subtarget, 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. static SDValue getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue SrcOp, SDValue ShAmt, |