aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-01-11 22:39:04 +0000
committerGabor Greif <ggreif@gmail.com>2009-01-11 22:39:04 +0000
commit0e182c39623a23dae76f075f8e6e5cf5629a19ac (patch)
tree27e51b9967639cd5f18cc821854da98143dbb704
parent255b26ea3529ca096313c85dcf006565c7e916f9 (diff)
drats! remove tabs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62056 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/CallSite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CallSite.h b/include/llvm/Support/CallSite.h
index 544c7d7761..16d862fae5 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();
}