Chris Lattner 26698a600e Fix PR3452 (an infinite loop bootstrapping) by disabling the recent
improvements to the EvaluateInDifferentType code.  This code works 
by just inserted a bunch of new code and then seeing if it is 
useful.  Instcombine is not allowed to do this: it can only insert
new code if it is useful, and only when it is converging to a more
canonical fixed point.  Now that we iterate when DCE makes progress,
this causes an infinite loop when the code ends up not being used.

llvm-svn: 63483
2009-01-31 19:05:27 +00:00
..
2008-11-27 22:46:09 +00:00
2008-12-08 17:07:24 +00:00
2008-11-21 21:00:20 +00:00
2009-01-15 20:18:42 +00:00
2008-09-25 21:00:45 +00:00
2008-11-27 22:56:14 +00:00