Remove tabs.

llvm-svn: 56515
This commit is contained in:
Devang Patel 2008-09-23 23:18:26 +00:00
parent a3e9bf1bca
commit e90bffca2a

View File

@ -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