User defined operators are not supposed to live beyond the lifetime of the
authorChris Lattner <sabre@nondot.org>
Thu, 21 Nov 2002 16:54:22 +0000 (16:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Nov 2002 16:54:22 +0000 (16:54 +0000)
commit627079d42a1340360f8699cd87865e20799cff21
tree7edfe11d3e0cfcdf8eef61cdac6f5ca468b7904a
parent4b4e9dd93794a871e7a27ab8db2b0720e970efc5
User defined operators are not supposed to live beyond the lifetime of the
pass.  Detect and flag them.

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