summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2019-11-09 10:35:21 +0300
committerSimon Atanasyan <simon@atanasyan.com>2019-11-13 22:57:54 +0300
commit3216d284491fe43e671415f1b3548d9668fa82ab (patch)
treeeac66eaabb6a4d17061ec2e2432dd5812f542e9c /llvm/lib
parentde94cda81bde8556bd847a37b0a1f83eaeceaf5b (diff)
downloadbcm5719-llvm-3216d284491fe43e671415f1b3548d9668fa82ab.tar.gz
bcm5719-llvm-3216d284491fe43e671415f1b3548d9668fa82ab.zip
[mips] Add tests to check `jal sym+offset`. NFC
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index 8165f8f466f..c69b5deed82 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -2039,8 +2039,6 @@ bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
// of the assembler. We ought to leave it to those later stages.
const MCSymbol *JalSym = getSingleMCSymbol(JalExpr);
- // FIXME: Add support for label+offset operands (currently causes an error).
- // FIXME: Add support for forward-declared local symbols.
if (expandLoadAddress(Mips::T9, Mips::NoRegister, Inst.getOperand(0),
!isGP64bit(), IDLoc, Out, STI))
return true;
OpenPOWER on IntegriCloud