diff options
Diffstat (limited to 'contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp')
| -rw-r--r-- | contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp b/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp index 46b37ceae391..4a7c0ce2be19 100644 --- a/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp +++ b/contrib/llvm/lib/Target/Mips/MipsMCInstLower.cpp @@ -117,6 +117,8 @@ MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,    case MipsII::MO_CALL_LO16:      TargetKind = MipsMCExpr::MEK_CALL_LO16;      break; +  case MipsII::MO_JALR: +    return MCOperand();    }    switch (MOTy) {  | 
