Restore the original behavior of SelectionDAG::getTargetIndex().
authorOwen Anderson <resistor@mac.com>
Mon, 19 Oct 2015 19:27:40 +0000 (19:27 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 19 Oct 2015 19:27:40 +0000 (19:27 +0000)
commit5078875c56e16985a1f03d493579d88b47a14c4b
treeb1ba99e0bd7a1ce480aace0b4ee141095e28665f
parent62297b167da860825bb3369903bc18d845298725
Restore the original behavior of SelectionDAG::getTargetIndex().

It looks like an extra negation snuck in as apart of restoring it.

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