forked from OSchip/llvm-project
[test commit] Minor comment change.
Testing commit access credentials. llvm-svn: 187032
This commit is contained in:
parent
58e25d3905
commit
c467c94e0b
|
@ -218,9 +218,9 @@ void *MipsJITInfo::emitFunctionStub(const Function *F, void *Fn,
|
|||
Hi++;
|
||||
int Lo = (int)(EmittedAddr & 0xffff);
|
||||
|
||||
// lui t9, %hi(EmittedAddr)
|
||||
// addiu t9, t9, %lo(EmittedAddr)
|
||||
// jalr t8, t9
|
||||
// lui $t9, %hi(EmittedAddr)
|
||||
// addiu $t9, $t9, %lo(EmittedAddr)
|
||||
// jalr $t8, $t9
|
||||
// nop
|
||||
if (IsLittleEndian) {
|
||||
JCE.emitWordLE(0xf << 26 | 25 << 16 | Hi);
|
||||
|
|
Loading…
Reference in New Issue