From 9162b7574748cf7ed04934f1378958fca4800f0f Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 31 Mar 2010 05:27:33 +0000 Subject: [PATCH] Correct comment. llvm-svn: 99991 --- llvm/include/llvm/Support/IRBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }