Fix a possible crash call setIsInBounds.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 6 Sep 2009 02:31:36 +0000 (02:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 6 Sep 2009 02:31:36 +0000 (02:31 +0000)
commitf94880b47944ac4370e759c8ede63bf197a1da20
treeccb71d9bbe7a000354c01f93838f039747bd378c
parent46e124668a4ad86df1a554d3209e8597498b25bf
Fix a possible crash call setIsInBounds.
 - I think there are more instances of this, but I think they are fixed in Dan's
   incoming patch. This one was preventing me from doing a bugpoint reduction
   though.

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