diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-14 21:53:39 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-14 21:53:39 +0000 |
| commit | 98ebcd88f2dd52cff1cd8c6db598c9d18116ebc7 (patch) | |
| tree | 9276309d7c7cedecb06040981b756c387eb3ca49 /llvm/lib | |
| parent | 692979c1e2def3bb2b65a74becd90a3f731035e0 (diff) | |
| download | bcm5719-llvm-98ebcd88f2dd52cff1cd8c6db598c9d18116ebc7.tar.gz bcm5719-llvm-98ebcd88f2dd52cff1cd8c6db598c9d18116ebc7.zip | |
* In the F3_1 class, default asi to 0 because it's not currently used
* In the F3_3 class, remove mention of asi because it's not part of the format
llvm-svn: 16999
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/SparcV8/SparcV8InstrFormats.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td b/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td index cef4ecb033d..f1b90f54db6 100644 --- a/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td +++ b/llvm/lib/Target/SparcV8/SparcV8InstrFormats.td @@ -60,7 +60,7 @@ class F3 : InstV8 { // Specific F3 classes: SparcV8 manual, page 44 // class F3_1<bits<2> opVal, bits<6> op3val, string name> : F3 { - bits<8> asi; + bits<8> asi = 0; // asi not currently used in SparcV8 bits<5> rs2; let op = opVal; @@ -85,7 +85,6 @@ class F3_2<bits<2> opVal, bits<6> op3val, string name> : F3 { // floating-point class F3_3<bits<2> opVal, bits<6> op3val, bits<9> opfval, string name> : F3 { - bits<8> asi; bits<5> rs2; let op = opVal; |

