Dear all,<br><br>  It seems that there is a piece of dead code in tools/opt/opt.cpp.  Note: "target"<br>has become a unused local variable.  The attached patch is removing following<br>lines.  Please review.  Thanks!<br>
<br>Sincerely,<br>Logan<br><br>p.s. tools/opt/opt.cpp: 515<br>// Allocate a full target machine description only if necessary.<br>// FIXME: The choice of target should be controllable on the command line.<br>std::auto_ptr<TargetMachine> target;<br>