This revision was automatically updated to reflect the committed changes. Closed by commit rL251930: Remove some legacy mingw-w64 gcc struct info (authored by martell).
Changed prior to commit: http://reviews.llvm.org/D14179?vs=38744&id=39067#toc Repository: rL LLVM http://reviews.llvm.org/D14179 Files: cfe/trunk/lib/CodeGen/TargetInfo.cpp Index: cfe/trunk/lib/CodeGen/TargetInfo.cpp =================================================================== --- cfe/trunk/lib/CodeGen/TargetInfo.cpp +++ cfe/trunk/lib/CodeGen/TargetInfo.cpp @@ -3333,10 +3333,6 @@ if (RT->getDecl()->hasFlexibleArrayMember()) return getNaturalAlignIndirect(Ty, /*ByVal=*/false); - // FIXME: mingw-w64-gcc emits 128-bit struct as i128 - if (Width == 128 && IsMingw64) - return ABIArgInfo::getDirect( - llvm::IntegerType::get(getVMContext(), Width)); } // vectorcall adds the concept of a homogenous vector aggregate, similar to
Index: cfe/trunk/lib/CodeGen/TargetInfo.cpp =================================================================== --- cfe/trunk/lib/CodeGen/TargetInfo.cpp +++ cfe/trunk/lib/CodeGen/TargetInfo.cpp @@ -3333,10 +3333,6 @@ if (RT->getDecl()->hasFlexibleArrayMember()) return getNaturalAlignIndirect(Ty, /*ByVal=*/false); - // FIXME: mingw-w64-gcc emits 128-bit struct as i128 - if (Width == 128 && IsMingw64) - return ABIArgInfo::getDirect( - llvm::IntegerType::get(getVMContext(), Width)); } // vectorcall adds the concept of a homogenous vector aggregate, similar to
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits