Move FNEG next to FABS and make them more similar, so it's easier that they can be...
authorSanjay Patel <spatel@rotateright.com>
Thu, 28 Aug 2014 21:51:37 +0000 (21:51 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 28 Aug 2014 21:51:37 +0000 (21:51 +0000)
commit179b5ee8a8ca96fc5991c6c0a0baed118bb06d61
treee366b4f3e6eced5e8c488072fb4ee456572813aa
parent4bb535027e3c270e32631970e89afdfd2ded9fb1
Move FNEG next to FABS and make them more similar, so it's easier that they can be refactored. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216688 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp