[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcV9_F3.td
Misha Brukman
brukman at cs.uiuc.edu
Thu Jun 5 18:36:01 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
SparcV9_F3.td updated: 1.10 -> 1.11
---
Log message:
Added missing directive to store the instruction name.
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/SparcV9_F3.td
diff -u llvm/lib/Target/Sparc/SparcV9_F3.td:1.10 llvm/lib/Target/Sparc/SparcV9_F3.td:1.11
--- llvm/lib/Target/Sparc/SparcV9_F3.td:1.10 Wed Jun 4 19:39:45 2003
+++ llvm/lib/Target/Sparc/SparcV9_F3.td Thu Jun 5 18:35:11 2003
@@ -217,6 +217,7 @@
set op = opVal;
set op3 = op3Val;
+ set Name = name;
set Inst{26-25} = cc;
set Inst{18-14} = rs1;
set Inst{13-5} = opfVal;
More information about the llvm-commits
mailing list