Test commit
authorAlon Mishne <alon.mishne@intel.com>
Wed, 5 Feb 2014 14:23:18 +0000 (14:23 +0000)
committerAlon Mishne <alon.mishne@intel.com>
Wed, 5 Feb 2014 14:23:18 +0000 (14:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200843 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/DebugLoc.cpp

index fcb6f4194ea9853eaad761d491131f12d43e41d6..44fa67eb229d0e7a21e79443bad3ba0d16425d17 100644 (file)
@@ -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;