[llvm] r188233 - Reflow comment.

Eric Christopher echristo at gmail.com
Mon Aug 12 16:59:24 PDT 2013


Author: echristo
Date: Mon Aug 12 18:59:24 2013
New Revision: 188233

URL: http://llvm.org/viewvc/llvm-project?rev=188233&view=rev
Log:
Reflow comment.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.cpp?rev=188233&r1=188232&r2=188233&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.cpp Mon Aug 12 18:59:24 2013
@@ -104,8 +104,8 @@ void DIEHash::addParentContext(DIE *Pare
 
 /// This is based on the type signature computation given in section 7.27 of the
 /// DWARF4 standard. It is the md5 hash of a flattened description of the DIE
-/// with
-/// the exception that we are hashing only the context and the name of the type.
+/// with the exception that we are hashing only the context and the name of the
+/// type.
 uint64_t DIEHash::computeDIEODRSignature(DIE *Die) {
 
   // Add the contexts to the hash. We won't be computing the ODR hash for





More information about the llvm-commits mailing list