diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td b/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td index 37bc4ce2e053..d204a33358ea 100644 --- a/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td +++ b/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td @@ -37,7 +37,7 @@ def VMCLEARm : I<0xC7, MRM6m, (outs), (ins i64mem:$vmcs), "vmclear\t$vmcs", []>, PD; // OF 01 D4 -def VMFUNC : I<0x01, MRM_D4, (outs), (ins), "vmfunc", []>, TB; +def VMFUNC : I<0x01, MRM_D4, (outs), (ins), "vmfunc", []>, PS; // 0F 01 C2 def VMLAUNCH : I<0x01, MRM_C2, (outs), (ins), "vmlaunch", []>, TB; |