Fix floating-point divide by zero, in a case where the value was not going to be...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Aug 2012 00:31:45 +0000 (00:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Aug 2012 00:31:45 +0000 (00:31 +0000)
commit9e085a86376179cd471c3e6a59987339110ff92e
treeb1763e0b7ef6b203de684a6170c676f71211f16d
parent621138679909013143995836c68f76e31e30b666
Fix floating-point divide by zero, in a case where the value was not going to be used anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ProfileEstimatorPass.cpp