[Mips] Cleanup assembler code in the test.

llvm-svn: 200629
This commit is contained in:
Simon Atanasyan 2014-02-02 12:19:20 +00:00
parent d8dd194f03
commit 8379ad056d
1 changed files with 6 additions and 6 deletions

View File

@ -135,18 +135,18 @@
.global foo
.ent foo
foo:
lw $gp, %got($.str1)($1)
lw $gp, %got($.str1)($t0)
addiu $4, $gp, %lo($.str1)
lw $4, %got($.str2)($1)
lw $4, %got($.str2)($t0)
addiu $4, $4, %lo($.str2)
lw $25, %call16(foo)($1)
lw $25, %call16(ext1)($1)
lw $25, %call16(foo)($t0)
lw $25, %call16(ext1)($t0)
.end foo
.global bar
.ent brar
.ent bar
bar:
lw $25, %call16(ext2)($1)
lw $25, %call16(ext2)($t0)
.end bar
.section .rodata.str1