Use the BuildMI overload that sets up a destination register
authorDan Gohman <gohman@apple.com>
Tue, 19 Aug 2008 20:46:54 +0000 (20:46 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 Aug 2008 20:46:54 +0000 (20:46 +0000)
commit8133a52eb5e69078c184eb2339d60d4c82e2a363
tree662f955df01e829e612e634a50692b8488cea07b
parent32155acb8af11fbe21553ef4056c555dcc4a0b99
Use the BuildMI overload that sets up a destination register
instead of the one that doesn't and then adding it manually.

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