From: Chris Lattner Date: Wed, 6 Dec 2006 21:35:10 +0000 (+0000) Subject: fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c5d24596d6a87632cbc08219bc8cd48285030854;p=oota-llvm.git fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32291 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index 4b211c4b7fd..fc03653c24d 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -502,8 +502,8 @@ class XFXForm_7_ext opcode, bits<10> xo, bits<10> spr, class XSForm_1 opcode, bits<9> xo, dag OL, string asmstr, InstrItinClass itin, list pattern> : I { - bits<5> RS; bits<5> A; + bits<5> RS; bits<6> SH; bit RC = 0; // set by isDOT