[PowerPC] Remove canFoldAsLoad from instruction definitions
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrVSX.td
index d6cb3a0ea432e5f7c81c6a0aebe44181ae011df0..ec04da42a5b3eba451b2a16144ddbd2c6081984b 100644 (file)
@@ -66,7 +66,7 @@ let hasSideEffects = 0 in { // VSX instructions don't have side effects.
 let Uses = [RM] in {
 
   // Load indexed instructions
-  let mayLoad = 1, canFoldAsLoad = 1 in {
+  let mayLoad = 1 in {
     def LXSDX : XX1Form<31, 588,
                         (outs vsfrc:$XT), (ins memrr:$src),
                         "lxsdx $XT, $src", IIC_LdStLFD,