From: Sanjay Patel Date: Tue, 2 Dec 2014 17:25:27 +0000 (+0000) Subject: fix typo in comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0a24620459fee1ebc8a249e7ee83d959e0c90ddb;p=oota-llvm.git fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223127 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 7faa58cf377..a52f3eb420f 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/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 boundary. That makes /// lowering INSERT_VECTOR_ELT operations easier. static SDValue Insert128BitVector(SDValue Result, SDValue Vec, unsigned IdxVal, SelectionDAG &DAG,