Commits

Michael Gottesman committed 34c7d7ab6e9
Determine if an APInt is zero by using bool APInt::operator() rather than APInt::getZExtValue(). APInt::getZExtValue assumes that the APInt can be represented in a 64 bit integer which is not necessarily true in a bignum context. rdar://22632470 Swift SVN r31831