[llvm] r175684 - Add and remove the attribute from the correct slot.

Meador Inge meadori at codesourcery.com
Thu Feb 21 10:46:51 PST 2013


On 02/20/2013 05:04 PM, Bill Wendling wrote:

> Author: void
> Date: Wed Feb 20 17:04:11 2013
> New Revision: 175684
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=175684&view=rev
> Log:
> Add and remove the attribute from the correct slot.
> 
> The slot that we're adding/removing the attribute from may not be the same as
> the attribute coming in. Make sure that they match up before we try to
> add/remove them.
> PR15313

I noticed that the PR has a reproduction case attached.  Is it feasible to turn
that into a unittest?

-- 
Meador Inge
CodeSourcery / Mentor Embedded



More information about the llvm-commits mailing list