Test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alon Mishne 2014-02-05 14:23:18 +00:00
parent 575c4addce
commit abb572fbb9

View 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;