mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
Remove unused method.
llvm-svn: 173106
This commit is contained in:
parent
59aa8060b1
commit
78170daa47
@ -171,17 +171,9 @@ public:
|
||||
/// addFnAttr - Add function attributes to this function.
|
||||
///
|
||||
void addFnAttr(Attribute::AttrKind N) {
|
||||
// Function Attribute are stored at ~0 index
|
||||
addAttribute(AttributeSet::FunctionIndex, Attribute::get(getContext(), N));
|
||||
}
|
||||
|
||||
/// removeFnAttr - Remove function attributes from this function.
|
||||
///
|
||||
void removeFnAttr(Attribute N) {
|
||||
// Function Attribute are stored at ~0 index
|
||||
removeAttribute(~0U, N);
|
||||
}
|
||||
|
||||
/// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
|
||||
/// to use during code generation.
|
||||
bool hasGC() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user