Skip to content
  • Devang Patel's avatar
    Now Attributes are divided in three groups · 597e7087
    Devang Patel authored
    - return attributes - inreg, zext and sext
    - parameter attributes
    - function attributes - nounwind, readonly, readnone, noreturn
    
    Return attributes use 0 as the index.
    Function attributes use ~0U as the index.
    
    llvm-svn: 56705
    597e7087
Loading