Change the order of the operands in patchAndReplaceAllUsesWith so
authorDan Gohman <dan433584@gmail.com>
Tue, 12 Mar 2013 16:22:56 +0000 (16:22 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 12 Mar 2013 16:22:56 +0000 (16:22 +0000)
commita15e708b1b05cfb9d3d126e12f508e37adc25fdb
tree952a83498556048d8067fe803c34b189a0bb2e9a
parent4d53e7798c94143a22a9871261b8443592b929d5
Change the order of the operands in patchAndReplaceAllUsesWith so
that they're more consistent with Value::replaceAllUsesWith.

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