1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Another fix in the rotate encodings, needed when the first two operands are not

the same.

llvm-svn: 29136
This commit is contained in:
Chris Lattner 2006-07-13 21:52:41 +00:00
parent a96045b549
commit 5c489bce2c

View File

@ -608,8 +608,8 @@ class MForm_2<bits<6> opcode, dag OL, string asmstr,
class MDForm_1<bits<6> opcode, bits<3> xo, dag OL, string asmstr,
InstrItinClass itin, list<dag> pattern>
: I<opcode, OL, asmstr, itin> {
bits<5> RS;
bits<5> RA;
bits<5> RS;
bits<6> SH;
bits<6> MBE;