aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-13 03:42:24 +0000
committerChris Lattner <sabre@nondot.org>2010-02-13 03:42:24 +0000
commitb779033a23c49c2e5e02b15a87bbae42973287b3 (patch)
tree8645f1f3f6ccb3eea61a2f94bb7fbfd25cddf2bf /lib/Target/X86/X86InstrInfo.h
parenta1e762151029e95b949010be6ee2fa690c0055b1 (diff)
add encoder support and tests for rdtscp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.h')
-rw-r--r--lib/Target/X86/X86InstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h
index 9f50178fe6..5111719a20 100644
--- a/lib/Target/X86/X86InstrInfo.h
+++ b/lib/Target/X86/X86InstrInfo.h
@@ -279,6 +279,7 @@ namespace X86II {
MRM_E8 = 39,
MRM_F0 = 40,
MRM_F8 = 41,
+ MRM_F9 = 42,
FormMask = 63,