<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 23, 2008, at 7:38 PM, Bill Wendling wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">On Dec 23, 2008, at 1:55 PM, Devang Patel wrote:<br><br><blockquote type="cite">Author: dpatel<br></blockquote><blockquote type="cite">Date: Tue Dec 23 15:55:38 2008<br></blockquote><blockquote type="cite">New Revision: 61391<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=61391&view=rev">http://llvm.org/viewvc/llvm-project?rev=61391&view=rev</a><br></blockquote><blockquote type="cite">Log:<br></blockquote><blockquote type="cite">Fix typo.<br></blockquote><blockquote type="cite">Silence unused variable warning.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Modified:<br></blockquote><blockquote type="cite">  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp<br></blockquote><blockquote type="cite">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp?rev=61391&r1=61390&r2=61391&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp?rev=61391&r1=61390&r2=61391&view=diff</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">=<br></blockquote><blockquote type="cite">======================================================================<br></blockquote><blockquote type="cite">--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp (original)<br></blockquote><blockquote type="cite">+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp Tue Dec 23  <br></blockquote><blockquote type="cite">15:55:38 2008<br></blockquote><blockquote type="cite">@@ -1616,7 +1616,7 @@<br></blockquote><blockquote type="cite">           while (FromTy) {<br></blockquote><blockquote type="cite">             if (FromTy->getTag() != DW_TAG_typedef) {<br></blockquote><blockquote type="cite">               FieldSize = FromTy->getSize();<br></blockquote><blockquote type="cite">-                FieldAlign = FromTy->getSize();<br></blockquote><blockquote type="cite">+                FieldAlign = FromTy->getAlign();<br></blockquote><br>Did you mean to commit this with this patch? :-)<br></span></blockquote></div><br><div>yup, this fixes a typo.</div><div>-</div><div>Devang</div></body></html>