projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255b26e
)
drats! remove tabs
author
Gabor Greif
<ggreif@gmail.com>
Sun, 11 Jan 2009 22:39:04 +0000
(22:39 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Sun, 11 Jan 2009 22:39:04 +0000
(22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62056
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/CallSite.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/CallSite.h
b/include/llvm/Support/CallSite.h
index 544c7d7761b1489f9034c111b55d310464458d0f..16d862fae546c5dda778f3895300938cc1110ee0 100644
(file)
--- 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();
}