diff options
| author | Devang Patel <dpatel@apple.com> | 2008-09-23 23:18:26 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2008-09-23 23:18:26 +0000 |
| commit | 21d4e4e7830ccca041d562629c25ac09b674e866 (patch) | |
| tree | c10cebac5b1c79cbc1473a250816caa509001c36 | |
| parent | ba3fa6c6e15d0db6205a52f2f080bad10f093430 (diff) | |
| download | bcm5719-llvm-21d4e4e7830ccca041d562629c25ac09b674e866.tar.gz bcm5719-llvm-21d4e4e7830ccca041d562629c25ac09b674e866.zip | |
Remove tabs.
llvm-svn: 56515
| -rw-r--r-- | llvm/include/llvm/Function.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Function.h b/llvm/include/llvm/Function.h index 3efce3b11e8..b8009094230 100644 --- a/llvm/include/llvm/Function.h +++ b/llvm/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 |

