mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eaf42abab6
commit
b700c3f367
@ -151,15 +151,15 @@ public:
|
||||
|
||||
/// hasNote - Return true if this function has given note.
|
||||
bool hasNote(Attributes N) const {
|
||||
// Notes are stored at ~0 index in parameter attribute list
|
||||
// Notes are stored at ~0 index in parameter attribute list
|
||||
return (!isDeclaration() && paramHasAttr(~0, N));
|
||||
}
|
||||
|
||||
/// setNotes - Set notes for this function
|
||||
///
|
||||
void setNotes(const Attributes N) {
|
||||
// Notes are stored at ~0 index in parameter attribute list
|
||||
addParamAttr(~0, N);
|
||||
// Notes are stored at ~0 index in parameter attribute list
|
||||
addParamAttr(~0, N);
|
||||
}
|
||||
|
||||
/// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
|
||||
|
Loading…
Reference in New Issue
Block a user