aboutsummaryrefslogtreecommitdiffstats
path: root/devel/llvm12/files/patch-llvm_lib_Target_X86_X86InstrSystem.td
blob: c855644e77194fc902c4a303df471695206f5c6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- llvm/lib/Target/X86/X86InstrSystem.td.orig
+++ llvm/lib/Target/X86/X86InstrSystem.td
@@ -585,7 +585,7 @@
 //===----------------------------------------------------------------------===//
 // VIA PadLock crypto instructions
 let Defs = [RAX, RDI], Uses = [RDX, RDI], SchedRW = [WriteSystem] in
-  def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB, REP;
+  def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB;
 
 def : InstAlias<"xstorerng", (XSTORE)>;