summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-05 01:06:05 +0000
committerChris Lattner <sabre@nondot.org>2003-11-05 01:06:05 +0000
commit8f2f598024797107e29785ccda5d7d3dbc61616a (patch)
tree604e6c79d3bc4983a81d7a8445fa5b3e04be70b7 /llvm/lib/ExecutionEngine
parentb6ca46e0f9e57a6d82a0b64dab76c8d641b7a303 (diff)
downloadbcm5719-llvm-8f2f598024797107e29785ccda5d7d3dbc61616a.tar.gz
bcm5719-llvm-8f2f598024797107e29785ccda5d7d3dbc61616a.zip
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) llvm-svn: 9715
Diffstat (limited to 'llvm/lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud