Fix bogus overflow checks by replacing them with actual
authorDan Gohman <gohman@apple.com>
Fri, 8 May 2009 23:11:16 +0000 (23:11 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 8 May 2009 23:11:16 +0000 (23:11 +0000)
commitb0285932ab915cacb5534ee4fccd18584c28ab56
tree85c76dfa0d8160cc73faff6efc1285f86a65f911
parent82ae933e55839713ea039e7c6353483b14dc5724
Fix bogus overflow checks by replacing them with actual
overflow checks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71284 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
test/Analysis/ScalarEvolution/div-overflow.ll [new file with mode: 0644]