mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 01:42:22 -07:00
Fix data layout issue on Windows; Remove unused loads in SSA
This commit is contained in:
+5
-5
@@ -1945,11 +1945,11 @@ bool abi_compat_return_by_value(gbAllocator a, ProcCallingConvention cc, Type *a
|
||||
if (abi_return_type == nullptr) {
|
||||
return false;
|
||||
}
|
||||
switch (cc) {
|
||||
case ProcCC_Odin:
|
||||
case ProcCC_Contextless:
|
||||
return false;
|
||||
}
|
||||
// switch (cc) {
|
||||
// case ProcCC_Odin:
|
||||
// case ProcCC_Contextless:
|
||||
// return false;
|
||||
// }
|
||||
|
||||
|
||||
if (build_context.ODIN_OS == "windows") {
|
||||
|
||||
Reference in New Issue
Block a user