mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
drats! remove tabs
llvm-svn: 62056
This commit is contained in:
parent
20c5fd503d
commit
436a7dd98c
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user