Commit aaba10e8 authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement PR2298. This transforms:

   ~x < ~y --> y < x
   -x == -y --> x == y

llvm-svn: 50882
parent e7f0afe1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment