OSDN Git Service

Check that the operand of the GEP is not the GEP itself. This occurred during an...
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Oct 2012 23:54:19 +0000 (23:54 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Oct 2012 23:54:19 +0000 (23:54 +0000)
commit73f75cf2007c3271b2d551c399a78689030c95eb
tree1b6d79eb71a97bed6d5dc21c6356d12cdd064613
parent07edaf3801f7169477bab6d33cad86209ea8f558
Check that the operand of the GEP is not the GEP itself. This occurred during an LTO build of LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp