diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-02-24 16:11:05 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-02-24 16:11:05 +0000 |
| commit | 289854859881fee8f9068bcee4ffc0a1ab382f16 (patch) | |
| tree | 7555207fdd85246ce1ebb622e7b7040c2c416ab3 /llvm | |
| parent | 65971a8e7204ffa33ced65e3e049459a48b0b985 (diff) | |
| download | bcm5719-llvm-289854859881fee8f9068bcee4ffc0a1ab382f16.tar.gz bcm5719-llvm-289854859881fee8f9068bcee4ffc0a1ab382f16.zip | |
fix typo in comment; NFC
llvm-svn: 230338
Diffstat (limited to 'llvm')
| -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 f27c522f24c..f4f796e5ed1 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -22902,7 +22902,7 @@ static SDValue PerformINSERTPSCombine(SDNode *N, SelectionDAG &DAG, if (MayFoldLoad(Ld)) { // Extract the countS bits from the immediate so we can get the proper // address when narrowing the vector load to a specific element. - // When the second source op is a memory address, interps doesn't use + // When the second source op is a memory address, insertps doesn't use // countS and just gets an f32 from that address. unsigned DestIndex = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue() >> 6; |

