Print negative immediates as negative values instead of large constants
authorChris Lattner <sabre@nondot.org>
Wed, 12 Jul 2006 23:24:02 +0000 (23:24 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Jul 2006 23:24:02 +0000 (23:24 +0000)
commit45c04fc676027c2db5e20939c487dea54b3db151
tree58d45b8281243385411733a64aa196aedd4374aa
parent0228c0fc8d545b4b49b8c1d2dd455af6758612e2
Print negative immediates as negative values instead of large constants
when using the immshifted addressing mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29130 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp