target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result
commit05b6ca9bbcaede74120050aa8e6684300c09257c
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 22 May 2015 10:15:56 +0000 (22 12:15 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Sat, 30 May 2015 14:49:14 +0000 (30 16:49 +0200)
treed4445fb39cff5de21587ba44545fdc90c0a7469b
parent97af820f539efe80b87615a04f9de11ea585f725
target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result

If the argument r1 was the same as the extended result register r3+1, we would
overwrite r1 and then use it.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <1432289758-6250-2-git-send-email-kbastian@mail.uni-paderborn.de>
target-tricore/translate.c