diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-01-07 19:38:50 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-01-07 19:38:50 +0000 |
| commit | b994d0c0c508ab22d3140309100c0f53c48c236d (patch) | |
| tree | 69e4a23c05f3d3cf445bade5337354bcafc9e551 /llvm/lib | |
| parent | 352fb9377314f0714045d610ca2ce84098dc4c47 (diff) | |
| download | bcm5719-llvm-b994d0c0c508ab22d3140309100c0f53c48c236d.tar.gz bcm5719-llvm-b994d0c0c508ab22d3140309100c0f53c48c236d.zip | |
[X86] Fix 512->256 typo in comments. NFC.
llvm-svn: 225367
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 57fedb8f387..7fea5511b13 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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; |

