From: Duncan Sands Date: Wed, 31 Mar 2010 05:27:33 +0000 (+0000) Subject: Correct comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=6417a6c99d91e63cd430f3eddcba8005e8c5de86 Correct comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99991 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }