Fix a thinko that Nick noticed. The previous code actually worked as
authorDan Gohman <gohman@apple.com>
Wed, 12 Oct 2011 15:56:56 +0000 (15:56 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 12 Oct 2011 15:56:56 +0000 (15:56 +0000)
commit9e15d658c99c3f0717cb83cc2bd2aa29abdbcdbb
tree613f1c8887a77f0e00ea733780f2d6769b98bb57
parent18dcb87f6beb228011545e0210c842d6741d5805
Fix a thinko that Nick noticed. The previous code actually worked as
intended, but only by accident.

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