Skip to content
Commit 6af608b8 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 4fa8bb34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment