commit | ffc0574a12fb2c8cc1b76dfebf21bccd879f5de2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Dec 22 00:44:05 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Dec 22 00:44:05 2009 +0000 |
tree | 354690ee0bf3084c36bda87296cf4ea077ce0038 | |
parent | d0283fa69f81a48ec98643ae155706bd201b897e [diff] |
print pcrel immediates as signed values instead of unsigned so that we get things like this out of the disassembler: 0x100000ecb: callq -96 instead of: 0x100000ecb: callq 4294967200 rdar://7491123 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91864 91177308-0d34-0410-b5e6-96231b3b80d8