Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are
authorJohnny Chen <johnny.chen@apple.com>
Fri, 16 Apr 2010 19:10:52 +0000 (19:10 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Fri, 16 Apr 2010 19:10:52 +0000 (19:10 +0000)
commitd73d187e335c251892eab74fe436ddd701865287
tree58300175647a24048e8324b3ba1b8e899ad88ecf
parent899dd9be7fb91c089ef1ae20ef44b2a286433313
Remove the assert() from printAddrMode2OffsetOperand().  "#0 and #-0" are
considered legal instructions.

Refs: A8.6.51 LDC, LDC2 (immediate) -- page A8-107, A8.6.58 LDR (immediate, ARM)
-- page A8-121, and A8.6.194 STR (immediate, ARM) -- page A8-395.

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