projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ec87d
)
fix typo in comment
author
Sanjay Patel
<spatel@rotateright.com>
Tue, 2 Dec 2014 17:25:27 +0000
(17:25 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Tue, 2 Dec 2014 17:25:27 +0000
(17:25 +0000)
llvm-svn: 223127
llvm/lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86ISelLowering.cpp
b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 7faa58cf377071749e58f215b7bcf7d1adb0913b..a52f3eb420fc35dd918bbcb5db8ed04b4a8bf973 100644
(file)
--- a/
llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/
llvm/lib/Target/X86/X86ISelLowering.cpp
@@
-165,7
+165,7
@@
static SDValue InsertSubVector(SDValue Result, SDValue Vec,
/// sets things up to match to an AVX VINSERTF128/VINSERTI128 or
/// AVX-512 VINSERTF32x4/VINSERTI32x4 instructions or a
/// simple superregister reference. Idx is an index in the 128 bits
-/// we want. It need not be aligned to a 128-bit bounday. That makes
+/// we want. It need not be aligned to a 128-bit bounda
r
y. That makes
/// lowering INSERT_VECTOR_ELT operations easier.
static SDValue Insert128BitVector(SDValue Result, SDValue Vec,
unsigned IdxVal, SelectionDAG &DAG,