[PATCH] D17540: [MIPS][LLVM-MC] Fix Disassemble of Negative Offset
Vasileios Kalintiris via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 02:23:26 PDT 2016
vkalintiris accepted this revision.
vkalintiris added a comment.
This revision is now accepted and ready to land.
Hi Nitesh, you can go ahead and commit this. But you should change the comments from:
`# The encode/decode functions are not inverses of each other.`
to:
`# The encode/decode functions are not inverses of each other in the immediate case`
first, ie. you missed the `in the immediate case` bit :)
Repository:
rL LLVM
http://reviews.llvm.org/D17540
More information about the llvm-commits
mailing list