llvm-6502/lib
Chris Lattner 32c0cf5af9 inline the 'AddRHS' transformation, simplifying things significantly.
Eliminate the 'AddMaskingAnd' transformation, it is redundant with this
more general code right below it:
  // A+B --> A|B iff A and B have no bits set in common.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92693 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-05 06:29:13 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Delete renaming use of dead dbg intrinsics. 2010-01-05 01:47:06 +00:00
CompilerDriver
ExecutionEngine These should probably be errs(). 2010-01-05 01:53:59 +00:00
Linker Change this back to errs(). 2010-01-05 01:55:22 +00:00
MC
Support Change errs() to dbgs(). 2010-01-05 01:29:03 +00:00
System
Target Change errs() to dbgs(). 2010-01-05 01:29:36 +00:00
Transforms inline the 'AddRHS' transformation, simplifying things significantly. 2010-01-05 06:29:13 +00:00
VMCore Fix a build error and change errs() to dbgs(). 2010-01-05 01:34:26 +00:00
Makefile