[llvm-commits] [llvm] r160599 - in /llvm/trunk/lib/Target/Mips: InstPrinter/MipsInstPrinter.cpp MCTargetDesc/MipsBaseInfo.h MipsMCInstLower.cpp
Eric Christopher
echristo at apple.com
Mon Jul 23 10:39:39 PDT 2012
On Jul 20, 2012, at 8:09 PM, Akira Hatanaka <ahatanaka at mips.com> wrote:
> MO_GOT_PAGE,
> - MO_GOT_OFST
> + MO_GOT_OFST,
> +
> + MO_HIGHER,
> + MO_HIGHEST
> };
If it's worth a line it's worth a comment? :)
-eric
More information about the llvm-commits
mailing list