summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2016-03-29 14:26:24 +0000
committerSimon Atanasyan <simon@atanasyan.com>2016-03-29 14:26:24 +0000
commit121e5bc95fd83fa3364815dffc7d887eebecefe9 (patch)
treefa25e650ea82750c3c9b72c25acb7aa8ed4d8230
parent2e3254ef22cf287a8efeae59e6436c08987ed9bd (diff)
downloadbcm5719-llvm-121e5bc95fd83fa3364815dffc7d887eebecefe9.tar.gz
bcm5719-llvm-121e5bc95fd83fa3364815dffc7d887eebecefe9.zip
[ELF][MIPS] Remove redundant comments from the test. NFC.
Now llvm-objdump prints target function name for `jal` instruction by itself. llvm-svn: 264732
-rw-r--r--lld/test/ELF/mips-26.s6
1 files changed, 2 insertions, 4 deletions
diff --git a/lld/test/ELF/mips-26.s b/lld/test/ELF/mips-26.s
index 462449a14ca..b463c1ac212 100644
--- a/lld/test/ELF/mips-26.s
+++ b/lld/test/ELF/mips-26.s
@@ -13,13 +13,11 @@
# 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]
OpenPOWER on IntegriCloud