teach ConstantRange that zero times X is always zero
authorNuno Lopes <nunoplopes@sapo.pt>
Mon, 16 Jul 2012 20:47:16 +0000 (20:47 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Mon, 16 Jul 2012 20:47:16 +0000 (20:47 +0000)
commit7e733eab2f11fceb24d6b4f25c27d7ba7d92d97e
treeab82e7cc0758a49e83f62f6991993c738edcf2a6
parent98819c9d1e3b929e9ebab0e8cd3edb31aad21bd8
teach ConstantRange that zero times X is always zero

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ConstantRange.cpp
unittests/Support/ConstantRangeTest.cpp