From 9472eb83c3554894683befe1216b9acb6fc250ce Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Dec 2006 21:35:10 +0000 Subject: [PATCH] fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. llvm-svn: 32291 --- llvm/lib/Target/PowerPC/PPCInstrFormats.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/PowerPC/PPCInstrFormats.td b/llvm/lib/Target/PowerPC/PPCInstrFormats.td index 4b211c4b7fd1..fc03653c24d5 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrFormats.td +++ b/llvm/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