drats! remove tabs

llvm-svn: 62056
This commit is contained in:
Gabor Greif 2009-01-11 22:39:04 +00:00
parent 20c5fd503d
commit 436a7dd98c

View File

@ -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();
}