[llvm-commits] [llvm] r164727 - in /llvm/trunk: include/llvm/Function.h lib/VMCore/Function.cpp

Eli Friedman eli.friedman at gmail.com
Wed Sep 26 16:06:59 PDT 2012


On Wed, Sep 26, 2012 at 3:15 PM, Bill Wendling <isanbard at gmail.com> wrote:
> Author: void
> Date: Wed Sep 26 17:15:19 2012
> New Revision: 164727
>
> URL: http://llvm.org/viewvc/llvm-project?rev=164727&view=rev
> Log:
> Query the parameter attributes directly instead of using the Attribute symbols.

This commit is breaking the buildbots:

Assertion failed: (Idx && Idx != ~0U && "Invalid parameter index!"),
function getParamAttributes, file
[...]/llvm/include/llvm/Attributes.h, line 524.

-Eli



More information about the llvm-commits mailing list