rename isStore -> mayStore to more accurately reflect what it captures.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstr64Bit.td
index 80d7fba4c89178f937d1eef75c79aaa3ca20f3fa..80167834a0639d09d6a285d16006dfc1fd9c9782 100644 (file)
@@ -513,7 +513,7 @@ def STDU : DSForm_1<62, 1, (outs ptr_rc:$ea_res), (ins G8RC:$rS,
                     RegConstraint<"$ptrreg = $ea_res">, NoEncode<"$ea_res">,
                     isPPC64;
 
-let isStore = 1 in
+let mayStore = 1 in
 def STDUX : XForm_8<31, 181, (outs), (ins G8RC:$rS, memrr:$dst),
                    "stdux $rS, $dst", LdStSTD,
                    []>, isPPC64;