From: Brian Gaeke Date: Wed, 29 Sep 2004 19:59:07 +0000 (+0000) Subject: FITOD is spelled "fitod", not "fitos". Ouch. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=22ad67dd68d381f9b324b7fef13f15a80c71e9ef;p=oota-llvm.git FITOD is spelled "fitod", not "fitos". Ouch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 246380beab6..952054a3fd6 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -209,7 +209,7 @@ def WRri : F3_2<2, 0b110000, "wr">; // wr rs1, imm, rd // Convert Integer to Floating-point Instructions, p. 141 def FITOS : F3_3<2, 0b110100, 0b011000100, "fitos">; -def FITOD : F3_3<2, 0b110100, 0b011001000, "fitos">; +def FITOD : F3_3<2, 0b110100, 0b011001000, "fitod">; // Convert between Floating-point Formats Instructions, p. 143 def FSTOD : F3_3<2, 0b110100, 0b011001001, "fstod">; diff --git a/lib/Target/SparcV8/SparcV8InstrInfo.td b/lib/Target/SparcV8/SparcV8InstrInfo.td index 246380beab6..952054a3fd6 100644 --- a/lib/Target/SparcV8/SparcV8InstrInfo.td +++ b/lib/Target/SparcV8/SparcV8InstrInfo.td @@ -209,7 +209,7 @@ def WRri : F3_2<2, 0b110000, "wr">; // wr rs1, imm, rd // Convert Integer to Floating-point Instructions, p. 141 def FITOS : F3_3<2, 0b110100, 0b011000100, "fitos">; -def FITOD : F3_3<2, 0b110100, 0b011001000, "fitos">; +def FITOD : F3_3<2, 0b110100, 0b011001000, "fitod">; // Convert between Floating-point Formats Instructions, p. 143 def FSTOD : F3_3<2, 0b110100, 0b011001001, "fstod">;