Go to file
Chris Lattner 6af608b8ce Fix folding of icmp's of i1 where the comparison is signed. The code
was using the algorithm for folding unsigned comparisons which is
completely wrong.  This has been broken since the signless types change.

llvm-svn: 53444
2008-07-11 04:20:58 +00:00
clang Patch by Csaba Hruska and Peter Neumark: 2008-07-10 22:10:48 +00:00
llvm Fix folding of icmp's of i1 where the comparison is signed. The code 2008-07-11 04:20:58 +00:00