[llvm-commits] Patch for pr11688: Fix sret calling convention for i686-pc-win32

Joe Groff arcata at gmail.com
Tue Jan 17 13:50:14 PST 2012


On Tue, Jan 17, 2012 at 12:52 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> -  if (!Subtarget->is64Bit() && CS.paramHasAttr(1, Attribute::StructRet))
> +  if (!Subtarget->is64Bit() && !Subtarget->isTargetWindows() &&
> CS.paramHasAttr(1, Attribute::StructRet))
>
> 80 columns (also in other places).

Sorry about that. Here is a revised patch that's 80-column clean.

-Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-pr11688-2.diff
Type: application/octet-stream
Size: 4090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120117/acddb1a5/attachment.obj>


More information about the llvm-commits mailing list