Don't try to sink 3-address instruction if convertToThreeAddress created more than...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 13 Mar 2008 07:56:58 +0000 (07:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 13 Mar 2008 07:56:58 +0000 (07:56 +0000)
commit0099ae2468c6c7c1e73f4df539d6e3e1ccdfafaa
treea2610f0e419f953c8ca018ba67918fe0a54f96c2
parentd99464d647e188ef5cb5abb07a6136ee88b3636c
Don't try to sink 3-address instruction if convertToThreeAddress created more than one instructions.

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