From: Gabor Greif Date: Sun, 11 Jan 2009 22:39:04 +0000 (+0000) Subject: drats! remove tabs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0e182c39623a23dae76f075f8e6e5cf5629a19ac;p=oota-llvm.git drats! remove tabs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62056 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/CallSite.h b/include/llvm/Support/CallSite.h index 544c7d7761b..16d862fae54 100644 --- a/include/llvm/Support/CallSite.h +++ b/include/llvm/Support/CallSite.h @@ -170,7 +170,7 @@ public: /// list for a call site. arg_iterator arg_begin() const { assert(getInstruction() && "Not a call or invoke instruction!"); - // Skip non-arguments + // Skip non-arguments return getInstruction()->op_begin() + getArgumentOffset(); }