OSDN Git Service

Fix some potential issues in the pseudo instruction expansion phase: copy implicit...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 12 May 2010 23:13:12 +0000 (23:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 12 May 2010 23:13:12 +0000 (23:13 +0000)
commit431300797b84600fc9b4eb8ca283277d3e0674eb
tree980461bf97cd225d0b0a13ce6e47cd43cac5d813
parent1c15413ebc8f4a35545a381a789a718627396d03
Fix some potential issues in the pseudo instruction expansion phase: copy implicit operands and memoperands. Also, expand instructions even if their defs are "dead" since they may have implicit kill operands.

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