mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 16:30:05 +00:00
[mips] Delete unused enum value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182035 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
997fa623fc
commit
f403768824
@ -156,7 +156,6 @@ const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
|
||||
case MipsISD::FPCmp: return "MipsISD::FPCmp";
|
||||
case MipsISD::CMovFP_T: return "MipsISD::CMovFP_T";
|
||||
case MipsISD::CMovFP_F: return "MipsISD::CMovFP_F";
|
||||
case MipsISD::FPRound: return "MipsISD::FPRound";
|
||||
case MipsISD::ExtractLOHI: return "MipsISD::ExtractLOHI";
|
||||
case MipsISD::InsertLOHI: return "MipsISD::InsertLOHI";
|
||||
case MipsISD::Mult: return "MipsISD::Mult";
|
||||
|
@ -60,9 +60,6 @@ namespace llvm {
|
||||
CMovFP_T,
|
||||
CMovFP_F,
|
||||
|
||||
// Floating Point Rounding
|
||||
FPRound,
|
||||
|
||||
// Return
|
||||
Ret,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user