From abb572fbb93313d3cb8a1fffff647e9ad332608f Mon Sep 17 00:00:00 2001 From: Alon Mishne Date: Wed, 5 Feb 2014 14:23:18 +0000 Subject: [PATCH] Test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200843 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/DebugLoc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/DebugLoc.cpp b/lib/IR/DebugLoc.cpp index fcb6f4194ea..44fa67eb229 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; -- 2.34.1