[llvm] r200843 - Test commit

Alon Mishne alon.mishne at intel.com
Wed Feb 5 06:23:18 PST 2014


Author: amishne
Date: Wed Feb  5 08:23:18 2014
New Revision: 200843

URL: http://llvm.org/viewvc/llvm-project?rev=200843&view=rev
Log:
Test commit

Modified:
    llvm/trunk/lib/IR/DebugLoc.cpp

Modified: llvm/trunk/lib/IR/DebugLoc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/DebugLoc.cpp?rev=200843&r1=200842&r2=200843&view=diff
==============================================================================
--- llvm/trunk/lib/IR/DebugLoc.cpp (original)
+++ llvm/trunk/lib/IR/DebugLoc.cpp Wed Feb  5 08:23:18 2014
@@ -116,7 +116,7 @@ DebugLoc DebugLoc::get(unsigned Line, un
 }
 
 /// 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;
   





More information about the llvm-commits mailing list