summaryrefslogtreecommitdiff
path: root/lib/IR
diff options
context:
space:
mode:
authorAlon Mishne <alon.mishne@intel.com>2014-02-05 14:23:18 +0000
committerAlon Mishne <alon.mishne@intel.com>2014-02-05 14:23:18 +0000
commitabb572fbb93313d3cb8a1fffff647e9ad332608f (patch)
tree285010113a1fed18fce65a1c58cb53c5722cbc92 /lib/IR
parent575c4addcebc8c6cff71109d3f648b35aa49910b (diff)
downloadllvm-abb572fbb93313d3cb8a1fffff647e9ad332608f.tar.gz
llvm-abb572fbb93313d3cb8a1fffff647e9ad332608f.tar.bz2
llvm-abb572fbb93313d3cb8a1fffff647e9ad332608f.tar.xz
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR')
-rw-r--r--lib/IR/DebugLoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IR/DebugLoc.cpp b/lib/IR/DebugLoc.cpp
index fcb6f4194e..44fa67eb22 100644
--- a/lib/IR/DebugLoc.cpp
+++ b/lib/IR/DebugLoc.cpp
@@ -116,7 +116,7 @@ DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
}
/// getAsMDNode - This method converts the compressed DebugLoc node into a
-/// DILocation compatible MDNode.
+/// DILocation-compatible MDNode.
MDNode *DebugLoc::getAsMDNode(const LLVMContext &Ctx) const {
if (isUnknown()) return 0;