fix typo and 80-col; NFC

llvm-svn: 233427
This commit is contained in:
Sanjay Patel 2015-03-27 21:45:18 +00:00
parent f089372c5c
commit f176566a00
1 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ 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.
// 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();