add some assertions and fix problems where reassociate could access the
authorChris Lattner <sabre@nondot.org>
Fri, 2 Sep 2005 05:23:22 +0000 (05:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Sep 2005 05:23:22 +0000 (05:23 +0000)
commit368a3aabb2b48ad6e39d23d1c6cbdfe0c5857483
treed9669b27816fef9c08a044f10a25748b15f3d289
parent7cd57f4c452c39ee595de19633787ec37933eb34
add some assertions and fix problems where reassociate could access the
Ops vector out of range

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/Reassociate.cpp