mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update comment.
This commit is contained in:
@@ -212,7 +212,7 @@ void x64_classify_post_merge(ByteSize size, X64Class *lo_class, X64Class *hi_cla
|
||||
if (size > 16 && (*lo_class != CLASS_SSE || *hi_class != CLASS_SSEUP)) goto DEFAULT_TO_MEMORY;
|
||||
if (*hi_class == CLASS_SSEUP && *lo_class != CLASS_SSE && *lo_class != CLASS_SSEUP)
|
||||
{
|
||||
// TODO check this
|
||||
// This can happen for unions for example
|
||||
*hi_class = CLASS_SSE;
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user