Skip to content

Commit e06b703

Browse files
authored
[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
This was left over from 408659c.
1 parent b11529b commit e06b703

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21133,8 +21133,6 @@ RISCVTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
2113321133
}
2113421134
break;
2113521135
case 'R':
21136-
if (VT == MVT::f64 && !Subtarget.is64Bit() && Subtarget.hasStdExtZdinx())
21137-
return std::make_pair(0U, &RISCV::GPRPairNoX0RegClass);
2113821136
return std::make_pair(0U, &RISCV::GPRPairNoX0RegClass);
2113921137
default:
2114021138
break;

0 commit comments

Comments
 (0)