From 6417a6c99d91e63cd430f3eddcba8005e8c5de86 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 31 Mar 2010 05:27:33 +0000 Subject: [PATCH] Correct comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99991 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/IRBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/IRBuilder.h b/include/llvm/Support/IRBuilder.h index acda93bc4ca..43b6e620f31 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; } -- 2.34.1