[ELF][MIPS] Remove redundant comments from the test. NFC.
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 29 Mar 2016 14:26:24 +0000 (14:26 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 29 Mar 2016 14:26:24 +0000 (14:26 +0000)
Now llvm-objdump prints target function name for `jal` instruction by itself.

llvm-svn: 264732

lld/test/ELF/mips-26.s

index 462449a..b463c1a 100644 (file)
 
 # CHECK:      Disassembly of section .text:
 # CHECK-NEXT: bar:
-# CHECK-NEXT:   20000:       0c 00 80 06     jal     131096
-#                                                    ^-- 0x20018 loc
+# CHECK-NEXT:   20000:       0c 00 80 06     jal     131096 <loc>
 # CHECK-NEXT:   20004:       00 00 00 00     nop
 #
 # CHECK:      __start:
-# CHECK-NEXT:   20008:       0c 00 80 00     jal     131072
-#                                                    ^-- 0x20000 bar
+# CHECK-NEXT:   20008:       0c 00 80 00     jal     131072 <bar>
 # CHECK-NEXT:   2000c:       00 00 00 00     nop
 # CHECK-NEXT:   20010:       0c 00 80 10     jal     131136
 #                                                    ^-- 0x20040 gotplt[foo0]