summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-06 21:35:10 +0000
committerChris Lattner <sabre@nondot.org>2006-12-06 21:35:10 +0000
commit9472eb83c3554894683befe1216b9acb6fc250ce (patch)
treeadfab912a4ede373bce33148f616d97fa0bf504f /llvm
parentb8cf1ff83caf21f925be1485e4eb3dc307e49dd1 (diff)
downloadbcm5719-llvm-9472eb83c3554894683befe1216b9acb6fc250ce.tar.gz
bcm5719-llvm-9472eb83c3554894683befe1216b9acb6fc250ce.zip
fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit.
llvm-svn: 32291
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrFormats.td b/llvm/lib/Target/PowerPC/PPCInstrFormats.td
index 4b211c4b7fd..fc03653c24d 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrFormats.td
@@ -502,8 +502,8 @@ class XFXForm_7_ext<bits<6> opcode, bits<10> xo, bits<10> spr,
class XSForm_1<bits<6> opcode, bits<9> xo, dag OL, string asmstr,
InstrItinClass itin, list<dag> pattern>
: I<opcode, OL, asmstr, itin> {
- bits<5> RS;
bits<5> A;
+ bits<5> RS;
bits<6> SH;
bit RC = 0; // set by isDOT
OpenPOWER on IntegriCloud