forked from OSchip/llvm-project
parent
5e39031007
commit
8a97a9a7e8
|
@ -159,7 +159,7 @@ public:
|
|||
return getAttributes(0);
|
||||
}
|
||||
|
||||
/// getFnAttributes - The function attributes are returned.
|
||||
/// getFnAttributes - The function attributes are returned.
|
||||
Attributes getFnAttributes() const {
|
||||
return getAttributes(~0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue