Classic JIT is still being supported by MIPS, along with MCJIT.
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 3 Dec 2012 23:11:12 +0000 (23:11 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 3 Dec 2012 23:11:12 +0000 (23:11 +0000)
commitff0b2cfa3b97e3aae384622464deeb7ab93bafc5
tree746d58977979616f2de2ff237e1468e73f70c923
parentcb66b5dd7a19ac68e5ff56b484b3f5a9b877ecb3
Classic JIT is still being supported by MIPS, along with MCJIT.
This change adds endian-awareness to MipsJITInfo and emitWordLE in
MipsCodeEmitter has become emitWord now to support both endianness.

Patch by Petar Jovanovic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsJITInfo.cpp
lib/Target/Mips/MipsJITInfo.h