diff --git a/llvm/include/llvm/Support/IRBuilder.h b/llvm/include/llvm/Support/IRBuilder.h index acda93bc4ca3..43b6e620f315 100644 --- a/llvm/include/llvm/Support/IRBuilder.h +++ b/llvm/include/llvm/Support/IRBuilder.h @@ -85,7 +85,7 @@ public: CurDbgLocation = L; } - /// SetCurrentDebugLocation - Set location information used by debugging + /// getCurrentDebugLocation - Get location information used by debugging /// information. MDNode *getCurrentDebugLocation() const { return CurDbgLocation; }