Add verification functions to GVN which check to see that an instruction was
authorBill Wendling <isanbard@gmail.com>
Mon, 22 Dec 2008 21:36:08 +0000 (21:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 22 Dec 2008 21:36:08 +0000 (21:36 +0000)
commit246dbbb8befcb04abb5451d73b5d94f7d21f22c6
tree9ea083846bf99d44543553f73dfcd12ea02d8c1b
parent00d448a341175556ebd86af68219f5b90b7145a3
Add verification functions to GVN which check to see that an instruction was
truely deleted. These will be expanded with further checks of all of the data
structures.

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