Hi Dan,<br><br><div class="gmail_quote">On Fri, Feb 12, 2010 at 11:34 AM, Dan Gohman <span dir="ltr"><<a href="mailto:gohman@apple.com">gohman@apple.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

==============================================================================<br>
--- llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp (original)<br>
+++ llvm/trunk/lib/CodeGen/LLVMTargetMachine.cpp Fri Feb 12 04:34:29 2010<br>
@@ -234,6 +235,9 @@<br>
     PM.add(createLoopStrengthReducePass(getTargetLowering()));<br>
     if (PrintLSR)<br>
       PM.add(createPrintFunctionPass("\n\n*** Code after LSR ***\n", &dbgs()));<br>
+#ifndef NDEBUG<br>
+    PM.add(createVerifierPass());<br>
+#endif<br>
   }<br><br></blockquote><div><br></div><div>Could you remove that change? This turns on a verifier for all builds except when DISABLE_ASSERTIONS is set. I'd like to have debug/release builds without the verifier running.</div>
<div><br></div><div>Thanks!</div><div>Nicolas </div></div>