Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like BLX...
authorOwen Anderson <resistor@mac.com>
Wed, 23 Mar 2011 21:19:56 +0000 (21:19 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 23 Mar 2011 21:19:56 +0000 (21:19 +0000)
commit7614783f2dbf1090c3a4888bc70e1eb2baee37c4
tree1694ae8a02b0adfcebc1074370a785fb4ec9cfd2
parentbd47a4a307a54dab25956430442cf4ac103e4158
Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like BLX, rather than a 2-byte instruction like B.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128169 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MachObjectWriter.cpp