mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2ca1572e6
commit
677274b1cb
@ -128,7 +128,7 @@ void TargetLowering::computeRegisterProperties() {
|
||||
// Loop over all of the legal vector value types, specifying an identity type
|
||||
// transformation.
|
||||
for (unsigned i = MVT::FIRST_VECTOR_VALUETYPE;
|
||||
i != MVT::LAST_VECTOR_VALUETYPE; ++i) {
|
||||
i <= MVT::LAST_VECTOR_VALUETYPE; ++i) {
|
||||
if (isTypeLegal((MVT::ValueType)i))
|
||||
TransformToType[i] = (MVT::ValueType)i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user