From: Misha Brukman Date: Thu, 14 Oct 2004 22:33:32 +0000 (+0000) Subject: The field is called `imm22', not simply `imm' X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d36047dbdb830c3ec659681c99f0348001b57653;p=oota-llvm.git The field is called `imm22', not simply `imm' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 77258173ac2..b98fa003f2f 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -96,7 +96,7 @@ def SETHIi: F2_1<0b100, "sethi">; // Section B.10 - NOP Instruction, p. 105 // (It's a special case of SETHI) -let rd = 0, imm = 0 in +let rd = 0, imm22 = 0 in def NOP : F2_1<0b100, "nop">; // Section B.11 - Logical Instructions, p. 106 diff --git a/lib/Target/SparcV8/SparcV8InstrInfo.td b/lib/Target/SparcV8/SparcV8InstrInfo.td index 77258173ac2..b98fa003f2f 100644 --- a/lib/Target/SparcV8/SparcV8InstrInfo.td +++ b/lib/Target/SparcV8/SparcV8InstrInfo.td @@ -96,7 +96,7 @@ def SETHIi: F2_1<0b100, "sethi">; // Section B.10 - NOP Instruction, p. 105 // (It's a special case of SETHI) -let rd = 0, imm = 0 in +let rd = 0, imm22 = 0 in def NOP : F2_1<0b100, "nop">; // Section B.11 - Logical Instructions, p. 106