Revert support for insertvalue and extractvalue instructions for the moment.
authorOwen Anderson <resistor@mac.com>
Thu, 19 Jun 2008 17:25:39 +0000 (17:25 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 19 Jun 2008 17:25:39 +0000 (17:25 +0000)
commit3cd8eb314a5f41b93a0f1d627fe905caf5651b3c
tree23f43d5f2332d884d2b59e2e9879043eefef191d
parent04478e56f736325d3567e7c0efe2bb5c2766c63b
Revert support for insertvalue and extractvalue instructions for the moment.
GVN expects that all inputs which to an instruction fall somewhere in the value
hierarchy, which isn't true for these.

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