Fix buglet when the TST instruction directly uses the AND result.
authorGabor Greif <ggreif@gmail.com>
Tue, 21 Sep 2010 13:30:57 +0000 (13:30 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 21 Sep 2010 13:30:57 +0000 (13:30 +0000)
commit8ff9bb189ce188452e6cae6ed65cb2745814126c
tree393c0df1e31889483a2dafc6e15d57e8a0cc7fb4
parente9c935662d77b8c5a3a26f5622dc2a3ed22d75c8
Fix buglet when the TST instruction directly uses the AND result.
I am unable to write a test for this case, help is solicited, though...
What I did is to tickle the code in the debugger and verify that we do the right thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114430 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp