summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-09-27 23:55:37 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-09-27 23:55:37 +0000
commitae40dc735d33752c79bb5a62d6aead8d500a5ee3 (patch)
treec31e54c8439fb3f2771c4b7d3c485961715678cc /llvm/lib/Target
parent920b56ca88f06dd9e01caf6f99fcb01e53d1d058 (diff)
downloadbcm5719-llvm-ae40dc735d33752c79bb5a62d6aead8d500a5ee3.tar.gz
bcm5719-llvm-ae40dc735d33752c79bb5a62d6aead8d500a5ee3.zip
Remove MipsFPRound. Mips1 is no longer supported.
llvm-svn: 140661
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrFPU.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFPU.td b/llvm/lib/Target/Mips/MipsInstrFPU.td
index 2a10a5b8599..bf1d64ab593 100644
--- a/llvm/lib/Target/Mips/MipsInstrFPU.td
+++ b/llvm/lib/Target/Mips/MipsInstrFPU.td
@@ -40,7 +40,6 @@ def SDT_MipsExtractElementF64 : SDTypeProfile<1, 2, [SDTCisVT<0, i32>,
def MipsFPCmp : SDNode<"MipsISD::FPCmp", SDT_MipsFPCmp, [SDNPOutGlue]>;
def MipsCMovFP_T : SDNode<"MipsISD::CMovFP_T", SDT_MipsCMovFP, [SDNPInGlue]>;
def MipsCMovFP_F : SDNode<"MipsISD::CMovFP_F", SDT_MipsCMovFP, [SDNPInGlue]>;
-def MipsFPRound : SDNode<"MipsISD::FPRound", SDTFPRoundOp, [SDNPOptInGlue]>;
def MipsFPBrcond : SDNode<"MipsISD::FPBrcond", SDT_MipsFPBrcond,
[SDNPHasChain, SDNPOptInGlue]>;
def MipsBuildPairF64 : SDNode<"MipsISD::BuildPairF64", SDT_MipsBuildPairF64>;
@@ -367,6 +366,3 @@ let Predicates = [In32BitMode] in {
def : Pat<(f64 (fextend FGR32:$src)), (CVTD_S32 FGR32:$src)>;
}
-// MipsFPRound is only emitted for MipsI targets.
-def : Pat<(f32 (MipsFPRound AFGR64:$src)), (CVTW_D32 AFGR64:$src)>;
-
OpenPOWER on IntegriCloud