Simplify GVN's value expression structure, allowing the elimination of a lot of
authorOwen Anderson <resistor@mac.com>
Mon, 3 Jan 2011 19:00:11 +0000 (19:00 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 3 Jan 2011 19:00:11 +0000 (19:00 +0000)
commit30f4a559d71b2382e3c74be2b9bfd9dd575d960a
tree7c3c4eabc96553fae4ed5713f57aafd063267981
parent10b883b13ff3ad44892758c7a57a435cdb379b45
Simplify GVN's value expression structure, allowing the elimination of a lot of
almost-but-not-quite-identical code.  No intended functionality change.

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