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
Instrumentation
IPO
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
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h