From: Devang Patel Date: Tue, 23 Sep 2008 23:18:26 +0000 (+0000) Subject: Remove tabs. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b700c3f36753c09acfd4afe3378aacfc23963017;p=oota-llvm.git Remove tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56515 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 3efce3b11e8..b8009094230 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -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