llvm/lib/Transforms
Chris Lattner 7d2cbd2d43 Implement PR2298. This transforms:
~x < ~y --> y < x
   -x == -y --> x == y



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50882 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-09 05:19:28 +00:00
..
Hello Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Instrumentation Make several variable declarations static. 2008-05-06 01:53:16 +00:00
IPO Improve pass documentation and comments. 2008-05-08 17:46:35 +00:00
Scalar Implement PR2298. This transforms: 2008-05-09 05:19:28 +00:00
Utils Make several variable declarations static. 2008-05-06 01:53:16 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00