summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-10-23 16:22:40 +0000
committerCraig Topper <craig.topper@intel.com>2017-10-23 16:22:40 +0000
commit8d5a246ebee31940b05aa968aa1c27997751e0f8 (patch)
treec584cc3df315c2b526a8b282a281df716fe6b1fe
parent1db2f0828ea6ef5a6fd0601de400d672c7c3849e (diff)
downloadbcm5719-llvm-8d5a246ebee31940b05aa968aa1c27997751e0f8.tar.gz
bcm5719-llvm-8d5a246ebee31940b05aa968aa1c27997751e0f8.zip
[X86] Change VMPTRST to use PS instead of TB to match VMPTRLD.
llvm-svn: 316340
-rw-r--r--llvm/lib/Target/X86/X86InstrVMX.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrVMX.td b/llvm/lib/Target/X86/X86InstrVMX.td
index 315a69e6a2a..273ad24e84b 100644
--- a/llvm/lib/Target/X86/X86InstrVMX.td
+++ b/llvm/lib/Target/X86/X86InstrVMX.td
@@ -42,7 +42,7 @@ def VMRESUME : I<0x01, MRM_C3, (outs), (ins), "vmresume", []>, TB;
def VMPTRLDm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs),
"vmptrld\t$vmcs", []>, PS;
def VMPTRSTm : I<0xC7, MRM7m, (outs), (ins i64mem:$vmcs),
- "vmptrst\t$vmcs", []>, TB;
+ "vmptrst\t$vmcs", []>, PS;
def VMREAD64rr : I<0x78, MRMDestReg, (outs GR64:$dst), (ins GR64:$src),
"vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>;
def VMREAD32rr : I<0x78, MRMDestReg, (outs GR32:$dst), (ins GR32:$src),
OpenPOWER on IntegriCloud