[llvm] r181449 - Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.

Bill Wendling wendling at apple.com
Thu May 9 13:14:51 PDT 2013


On May 8, 2013, at 10:22 AM, Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote:

> Author: wschmidt
> Date: Wed May  8 12:22:33 2013
> New Revision: 181449
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=181449&view=rev
> Log:
> Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.
> 
> This fixes bug 15821 similarly to the powerpc64-linux fix for bug 14779.
> 
Hi,

In the future, please be more descriptive of what the patch fixes (i.e., what the bug really was and how the patch solves the problem). It helps tremendously when looking at log messages to determine why this code is there.

-bw




More information about the llvm-commits mailing list