mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
212af6af02
commit
c3662eeaa4
@ -185,8 +185,12 @@ public:
|
|||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
/// \class
|
/// \class
|
||||||
/// \brief This class manages the ref count for the opaque AttributeSetImpl
|
/// \brief This class holds the attributes for a function, its return value, and
|
||||||
/// object and provides accessors for it.
|
/// its parameters. You access the attributes for each of them via an index into
|
||||||
|
/// the AttributeSet object. The function attributes are at index
|
||||||
|
/// `AttributeSet::FunctionIndex', the return value is at index
|
||||||
|
/// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
|
||||||
|
/// index `1'.
|
||||||
class AttributeSet {
|
class AttributeSet {
|
||||||
public:
|
public:
|
||||||
enum AttrIndex {
|
enum AttrIndex {
|
||||||
|
Loading…
Reference in New Issue
Block a user