X86: Fix conflict over ESI between base register and rep;movsl
[oota-llvm.git] / lib / Target / X86 / X86InstrTSX.td
index 59a6f1e376f0fef4de76fde5b5e83bbe4daccbc9..4940efc4443d62a08d805bc3d7bf29204e7e4995 100644 (file)
@@ -40,7 +40,8 @@ def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
 
 // HLE prefixes
 
+let isAsmParserOnly = 1 in {
 def XACQUIRE_PREFIX : I<0xF2, RawFrm, (outs), (ins), "xacquire", []>, Requires<[HasHLE]>;
-
 def XRELEASE_PREFIX : I<0xF3, RawFrm, (outs), (ins), "xrelease", []>, Requires<[HasHLE]>;
+}