[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

Chris Lattner sabre at nondot.org
Wed Nov 15 17:01:42 PST 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCInstrInfo.td updated: 1.264 -> 1.265
---
Log message:

fix broken encoding


---
Diffs of the changes:  (+1 -1)

 PPCInstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.264 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.265
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.264	Wed Nov 15 18:41:37 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td	Wed Nov 15 19:01:28 2006
@@ -537,7 +537,7 @@
                           (pre_truncsti8 GPRC:$rS, ptr_rc:$ptrreg, 
                                          iaddroff:$ptroff))]>,
                     RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">;
-def STHU  : DForm_1<37, (ops ptr_rc:$ea_res, GPRC:$rS,
+def STHU  : DForm_1<45, (ops ptr_rc:$ea_res, GPRC:$rS,
                              symbolLo:$ptroff, ptr_rc:$ptrreg),
                     "sthu $rS, $ptroff($ptrreg)", LdStGeneral,
                     [(set ptr_rc:$ea_res,






More information about the llvm-commits mailing list