CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".
authorScott Michel <scottm@aero.org>
Tue, 25 Nov 2008 00:23:16 +0000 (00:23 +0000)
committerScott Michel <scottm@aero.org>
Tue, 25 Nov 2008 00:23:16 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59998 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUInstrInfo.td

index 0b954743984694a09fcd6f2d83640541d4289383..6e64caecb41ffd4ba03c3247b8d084a15bdf965b 100644 (file)
@@ -177,7 +177,9 @@ SPUTargetLowering::SPUTargetLowering(SPUTargetMachine &TM)
   setOperationAction(ISD::SELECT_CC,    MVT::i8,    Custom);
   setOperationAction(ISD::SELECT_CC,    MVT::i16,   Custom);
   setOperationAction(ISD::SELECT_CC,    MVT::i32,   Custom);
+#if 0
   setOperationAction(ISD::SELECT_CC,    MVT::i64,   Custom);
+#endif
 
   // SPU has no intrinsics for these particular operations:
   setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
index 1d7800eafeb38abd72b77b2ed4ec38d858adad5d..227b672551767c57796406d1894b710b6e299fbd 100644 (file)
@@ -1982,7 +1982,7 @@ defm SHLQBII : ShiftLeftQuadByBitsImm;
 // not by bits. See notes above on SHLQBI.
 
 class SHLQBYInst<dag OOL, dag IOL, list<dag> pattern>:
-    RI7Form<0b11111011100, OOL, IOL, "shlqbyi\t$rT, $rA, $rB",
+    RI7Form<0b11111011100, OOL, IOL, "shlqby\t$rT, $rA, $rB",
             RotateShift, pattern>;
 
 class SHLQBYVecInst<ValueType vectype>: