aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-14 22:33:32 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-14 22:33:32 +0000
commitd36047dbdb830c3ec659681c99f0348001b57653 (patch)
treefedd87dfd74e3c938bb6e4ed8594ed68557f038b /lib
parent3df04c58fcaccb8bd792cf2794921ab7a4bb8dc7 (diff)
downloadexternal_llvm-d36047dbdb830c3ec659681c99f0348001b57653.zip
external_llvm-d36047dbdb830c3ec659681c99f0348001b57653.tar.gz
external_llvm-d36047dbdb830c3ec659681c99f0348001b57653.tar.bz2
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Sparc/SparcInstrInfo.td2
-rw-r--r--lib/Target/SparcV8/SparcV8InstrInfo.td2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td
index 7725817..b98fa00 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 7725817..b98fa00 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