aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/IRBuilder.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-03-31 05:27:33 +0000
committerDuncan Sands <baldrick@free.fr>2010-03-31 05:27:33 +0000
commit6417a6c99d91e63cd430f3eddcba8005e8c5de86 (patch)
tree88553bd9a9eb8b7662cf8811f4818b9fa3707d74 /include/llvm/Support/IRBuilder.h
parent4dd816309162dc499c11cdd9a2bfaa535bad814a (diff)
downloadexternal_llvm-6417a6c99d91e63cd430f3eddcba8005e8c5de86.tar.gz
external_llvm-6417a6c99d91e63cd430f3eddcba8005e8c5de86.tar.bz2
external_llvm-6417a6c99d91e63cd430f3eddcba8005e8c5de86.zip
Correct comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/IRBuilder.h')
-rw-r--r--include/llvm/Support/IRBuilder.h2
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; }