diff options
author | Eric Christopher <echristo@gmail.com> | 2013-08-12 23:59:24 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-08-12 23:59:24 +0000 |
commit | cede3db5ea930d61c89d736e7fed59ab6bea26d7 (patch) | |
tree | 8fedc43968629b02bfae3ffbedad1d2935ed3b6e | |
parent | 166294f37a0705750909e83a9b916a982fabcf89 (diff) | |
download | bcm5719-llvm-cede3db5ea930d61c89d736e7fed59ab6bea26d7.tar.gz bcm5719-llvm-cede3db5ea930d61c89d736e7fed59ab6bea26d7.zip |
Reflow comment.
llvm-svn: 188233
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp index 81ea20a5ffb..783e2d2b399 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp @@ -104,8 +104,8 @@ void DIEHash::addParentContext(DIE *Parent) { /// 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 |