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

Devang Patel dpatel at apple.com
Fri Oct 3 13:20:57 PDT 2008


On Oct 3, 2008, at 12:44 PM, Duncan Sands wrote:

>> +  Assert1(!(FAttrs & (!Attribute::FunctionOnly)),
>
> Shouldn't that be !(FAttrs & (~Attribute::FunctionOnly)) ?


yes. thx!
-
Devang






More information about the llvm-commits mailing list