The field is called `imm22', not simply `imm'
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 14 Oct 2004 22:33:32 +0000 (22:33 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 14 Oct 2004 22:33:32 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17003 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcInstrInfo.td
lib/Target/SparcV8/SparcV8InstrInfo.td

index 77258173ac242e3a7ceeda3a6ea25f9a0c57de69..b98fa003f2f2e98432497e97156eb83f5b9e8ca1 100644 (file)
@@ -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
index 77258173ac242e3a7ceeda3a6ea25f9a0c57de69..b98fa003f2f2e98432497e97156eb83f5b9e8ca1 100644 (file)
@@ -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