[PATCH] D14179: Remove some legacy mingw-w64 gcc struct info
Martell Malone via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 3 08:00:11 PST 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14179.39067.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151103/fa1744b2/attachment.bin>
More information about the cfe-commits
mailing list