If we're not using reg+reg offset we're using reg+imm, set the opcode
authorEric Christopher <echristo@apple.com>
Tue, 21 Dec 2010 02:12:07 +0000 (02:12 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 21 Dec 2010 02:12:07 +0000 (02:12 +0000)
commit6e90ce21cc2b0627ee9219e3fb0cf808f2b73328
treed4d2da17eea7b028e735edb0355a2d2241619e43
parent5df1578decc8b05ffaec0e7f5d1532234bc1be19
If we're not using reg+reg offset we're using reg+imm, set the opcode
to be the one we want to use. bugpoint reduced testcase is a little large,
I'll see if I can simplify it down more.

Fixes part of rdar://8782207

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