mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Remove dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92e287f5bd
commit
6931055232
@ -333,12 +333,6 @@ public:
|
||||
return getAttributes(FunctionIndex);
|
||||
}
|
||||
|
||||
/// \brief Return true if the specified parameter index has the specified
|
||||
/// attribute set.
|
||||
bool paramHasAttr(unsigned Idx, Attribute Attr) const {
|
||||
return getAttributes(Idx).hasAttributes(Attr);
|
||||
}
|
||||
|
||||
/// \brief Return the alignment for the specified function parameter.
|
||||
unsigned getParamAlignment(unsigned Idx) const {
|
||||
return getAttributes(Idx).getAlignment();
|
||||
|
Loading…
x
Reference in New Issue
Block a user