fix typo and 80-col; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 27 Mar 2015 21:45:18 +0000 (21:45 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 27 Mar 2015 21:45:18 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233427 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp

index 03c2734a9e40386684da0da5af46f834a2987b66..408d5eda4e78a83f88739bba3dd0affa8fa8a026 100644 (file)
@@ -379,8 +379,8 @@ SDValue VectorLegalizer::Promote(SDValue Op) {
 
   // There are currently two cases of vector promotion:
   // 1) Bitcasting a vector of integers to a different type to a vector of the
-  //    same overall length. For example, x86 promotes ISD::AND on v2i32 to v1i64.
-  // 2) Extending a vector of floats to a vector of the same number oflarger
+  //    same overall length. For example, x86 promotes ISD::AND v2i32 to v1i64.
+  // 2) Extending a vector of floats to a vector of the same number of larger
   //    floats. For example, AArch64 promotes ISD::FADD on v4f16 to v4f32.
   MVT VT = Op.getSimpleValueType();
   assert(Op.getNode()->getNumValues() == 1 &&