1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[X86] Fix 512->256 typo in comments. NFC.

llvm-svn: 225367
This commit is contained in:
Ahmed Bougacha 2015-01-07 19:38:50 +00:00
parent 09fd04c40b
commit 3155b7330f

View File

@ -1536,7 +1536,7 @@ void X86TargetLowering::resetOperationActions() {
for (int i = MVT::v32i8; i != MVT::v8i64; ++i) {
MVT VT = (MVT::SimpleValueType)i;
// Do not attempt to promote non-256-bit vectors.
// Do not attempt to promote non-512-bit vectors.
if (!VT.is512BitVector())
continue;
@ -1567,7 +1567,7 @@ void X86TargetLowering::resetOperationActions() {
const unsigned EltSize = VT.getVectorElementType().getSizeInBits();
// Do not attempt to promote non-256-bit vectors.
// Do not attempt to promote non-512-bit vectors.
if (!VT.is512BitVector())
continue;