<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks! :-)<div><br></div><div>-bw</div><div><br><div><div>On Oct 19, 2010, at 12:54 PM, Owen Anderson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Author: resistor<br>Date: Tue Oct 19 14:54:48 2010<br>New Revision: 116851<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=116851&view=rev">http://llvm.org/viewvc/llvm-project?rev=116851&view=rev</a><br>Log:<br>Remove extraneous slash.<br><br>Modified:<br>    llvm/trunk/include/llvm/PassSupport.h<br><br>Modified: llvm/trunk/include/llvm/PassSupport.h<br>URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=116851&r1=116850&r2=116851&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=116851&r1=116850&r2=116851&view=diff</a><br>==============================================================================<br>--- llvm/trunk/include/llvm/PassSupport.h (original)<br>+++ llvm/trunk/include/llvm/PassSupport.h Tue Oct 19 14:54:48 2010<br>@@ -143,7 +143,7 @@<br>       tmp = initialized; \<br>       sys::MemoryFence(); \<br>     } \<br>-  } \<br>+  }<br><br> #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \<br>   static void* initialize##passName##PassOnce(PassRegistry &Registry) { \<br><br><br>_______________________________________________<br>llvm-commits mailing list<br><a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits<br></div></blockquote></div><br></div></body></html>