[lld] r200629 - [Mips] Cleanup assembler code in the test.

Simon Atanasyan simon at atanasyan.com
Sun Feb 2 04:19:20 PST 2014


Author: atanasyan
Date: Sun Feb  2 06:19:20 2014
New Revision: 200629

URL: http://llvm.org/viewvc/llvm-project?rev=200629&view=rev
Log:
[Mips] Cleanup assembler code in the test.

Modified:
    lld/trunk/test/elf/Mips/dynlib-dynsym.test

Modified: lld/trunk/test/elf/Mips/dynlib-dynsym.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/dynlib-dynsym.test?rev=200629&r1=200628&r2=200629&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/dynlib-dynsym.test (original)
+++ lld/trunk/test/elf/Mips/dynlib-dynsym.test Sun Feb  2 06:19:20 2014
@@ -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





More information about the llvm-commits mailing list