Fold a lot of code into two cases: binary instructions and ternary instructions.
authorOwen Anderson <resistor@mac.com>
Wed, 27 Jun 2007 17:03:03 +0000 (17:03 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 27 Jun 2007 17:03:03 +0000 (17:03 +0000)
commit7b317d2f59da4bd9b23fc71b278f76766d60ea5f
tree7b5f0ab9da007ae36aee65433c017e922f170ccc
parent6595cb3000d7f5f8e9a76d556aa8609db91b7887
Fold a lot of code into two cases: binary instructions and ternary instructions.
This saves many lines of code duplication.  No functionality change.

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