Conform to the style guide; remove 'else' after 'return'. Also remove an extra
authorNick Lewycky <nicholas@mxc.ca>
Tue, 3 Jan 2012 20:33:00 +0000 (20:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 3 Jan 2012 20:33:00 +0000 (20:33 +0000)
commit48a09aec60c5daf67430811e24256d501a576766
tree55419161af1de6b0fbafc6c9394ed8abbe7d745e
parent517c4d7fdac82151f6f009ec5ba62f8727658678
Conform to the style guide; remove 'else' after 'return'. Also remove an extra
if-statement by turning it into an assert. No functionality change.

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