From 0e182c39623a23dae76f075f8e6e5cf5629a19ac Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 11 Jan 2009 22:39:04 +0000 Subject: [PATCH] drats! remove tabs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62056 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/CallSite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.34.1