summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DebugLoc.cpp
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
commit0394c1e6156dcc2c6dc6f88712c32a8515770149 (patch)
treed0a7cc3f761275da1714935af1159a523cd3666d /llvm/lib/IR/DebugLoc.cpp
parentd5c48aa3d384e58e964317cd549a7e217080a08c (diff)
downloadbcm5719-llvm-0394c1e6156dcc2c6dc6f88712c32a8515770149.tar.gz
bcm5719-llvm-0394c1e6156dcc2c6dc6f88712c32a8515770149.zip
Test commit
llvm-svn: 200843
Diffstat (limited to 'llvm/lib/IR/DebugLoc.cpp')
-rw-r--r--llvm/lib/IR/DebugLoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugLoc.cpp b/llvm/lib/IR/DebugLoc.cpp
index fcb6f4194ea..44fa67eb229 100644
--- a/llvm/lib/IR/DebugLoc.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud