Skip to content
Commit 6211d7ba authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 91864
parent b99b2693
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment