diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-16 20:27:44 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-16 20:27:44 +0000 |
| commit | bc0ecb29c8e9819e0f2bbd868ae8330e4ac104ff (patch) | |
| tree | ed33f94c9c2545f7a0cdc92a00b0f8da8506ddfd /llvm/lib/Target/Sparc | |
| parent | af4d13026c63695c2a9778fc29f0d53fb6da925f (diff) | |
| download | bcm5719-llvm-bc0ecb29c8e9819e0f2bbd868ae8330e4ac104ff.tar.gz bcm5719-llvm-bc0ecb29c8e9819e0f2bbd868ae8330e4ac104ff.zip | |
The name should really be `simm11' to follow the naming convention, but this has
no change in functionality.
llvm-svn: 7184
Diffstat (limited to 'llvm/lib/Target/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcV9_F4.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/SparcV9_F4.td b/llvm/lib/Target/Sparc/SparcV9_F4.td index 39b5d9ef494..43711f32877 100644 --- a/llvm/lib/Target/Sparc/SparcV9_F4.td +++ b/llvm/lib/Target/Sparc/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 |

