These TODOs were for setting m_type in RegisterValue::SetValueFromString
in the case where reg_info's encoding was eEncodingUint or
eEncodingSint. m_type is set by SetUInt{8,16,32,64.128} during the
SetUInt call.
llvm-svn: 339959
"unsupported unsigned integer byte size: %u", byte_size);
break;
}
- // TODO: Shouldn't we be setting m_type here?
break;
case eEncodingSint:
byte_size);
break;
}
-
- // TODO: Shouldn't we be setting m_type here?
break;
case eEncodingIEEE754: {