mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
Remove Predicate_* calls from Mips
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56d2b72884
commit
7fa846f7d9
@ -184,8 +184,9 @@ SDNode *MipsDAGToDAGISel::SelectLoadFp64(SDNode *N) {
|
||||
if (!Subtarget.isMips1() || NVT != MVT::f64)
|
||||
return NULL;
|
||||
|
||||
if (!Predicate_unindexedload(N) ||
|
||||
!Predicate_load(N))
|
||||
LoadSDNode *LN = cast<LoadSDNode>(N);
|
||||
if (LN->getExtensionType() != ISD::NON_EXTLOAD ||
|
||||
LN->getAddressingMode() != ISD::UNINDEXED)
|
||||
return NULL;
|
||||
|
||||
SDValue Chain = N->getOperand(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user