Search the whole instruction for tied operands.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 4 Sep 2012 22:59:30 +0000 (22:59 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 4 Sep 2012 22:59:30 +0000 (22:59 +0000)
commitf363ebdb037d9071abae5ca8af7f3b3cd84327e3
tree8943c82fe1f41b06365879a6713671f63760e832
parent03fe8f6ab6977e0a07b17b84e9b33939d2f23025
Search the whole instruction for tied operands.

Implicit uses can be dynamically tied to defs. This will soon be used
for predicated instructions on ARM.

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