diff options
-rw-r--r-- | include/llvm/Support/IRBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/IRBuilder.h b/include/llvm/Support/IRBuilder.h index acda93bc4c..43b6e620f3 100644 --- a/include/llvm/Support/IRBuilder.h +++ b/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; } |