llvm-6502/lib/Transforms
Chris Lattner d65460f133 Fix bug with previous implementation:
-      // ~(c-X) == X-(c-1) == X+(-c+1)
+      // ~(c-X) == X-c-1 == X+(-c-1)

Implement: C - ~X == X + (1+C)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9715 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 01:06:05 +00:00
..
Hello Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Instrumentation Refactor code, initial implementation of -insert-block-profiling pass 2003-10-29 21:24:22 +00:00
IPO Fix PR78 2003-11-02 02:06:27 +00:00
Scalar Fix bug with previous implementation: 2003-11-05 01:06:05 +00:00
Utils Checking in Chris's suggestions: 2003-11-04 15:22:26 +00:00
ExprTypeConvert.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LevelRaise.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
TransformInternals.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
TransformInternals.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00