diff options
| -rw-r--r-- | llvm/include/llvm/Support/CallSite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CallSite.h b/llvm/include/llvm/Support/CallSite.h index 544c7d7761b..16d862fae54 100644 --- a/llvm/include/llvm/Support/CallSite.h +++ b/llvm/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(); } |

