Fix data layout issue on Windows; Remove unused loads in SSA

This commit is contained in:
gingerBill
2019-02-10 20:51:19 +00:00
parent b74d828af7
commit e2d4667639
4 changed files with 276 additions and 87 deletions
+5 -5
View File
@@ -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") {