aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/SparcV9/SparcV9_F4.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9_F4.td b/lib/Target/SparcV9/SparcV9_F4.td
index 39b5d9ef49..43711f3287 100644
--- a/lib/Target/SparcV9/SparcV9_F4.td
+++ b/lib/Target/SparcV9/SparcV9_F4.td
@@ -92,7 +92,7 @@ class F4_3<bits<2> opVal, bits<6> op3Val, bits<4> condVal,
class F4_4<bits<2> opVal, bits<6> op3Val, bits<4> condVal,
string name> : F4_condcc {
- bits<11> sim11;
+ bits<11> simm11;
bits<5> rd;
set op = opVal;
@@ -101,7 +101,7 @@ class F4_4<bits<2> opVal, bits<6> op3Val, bits<4> condVal,
set Name = name;
set Inst{29-25} = rd;
set Inst{13} = 1; // i bit
- set Inst{10-0} = sim11;
+ set Inst{10-0} = simm11;
}
// FIXME: class F4_5