[llvm-commits] [llvm] r57029 - in /llvm/trunk: include/llvm/Attributes.h lib/VMCore/Verifier.cpp

Duncan Sands baldrick at free.fr
Sat Oct 4 01:45:34 PDT 2008


Hi Devang, thanks for doing this.

> +  Attributes FnCheckAttr = Attrs & Attribute::FunctionOnly;
> +  Assert1(!FnCheckAttr, "Attribute " + Attribute::getAsString(FnCheckAttr) +
> +          " only applies to return values!", V);

The message "only applies to return values" is no longer right though.

Ciao,

Duncan.



More information about the llvm-commits mailing list