commit | cebe955779b264e1fa0423d2ee854fcde43480d7 | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Sat Feb 13 02:06:11 2010 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Sat Feb 13 02:06:11 2010 +0000 |
tree | 4b5859fda5341e7625bbf7400d8f9fb738e0c9af | |
parent | d135f14f614ff0272b4653877abe09a2914a0227 [diff] |
Added the rdtscp instruction to the x86 instruction tables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96073 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp index 0a85eb8..3843e56 100644 --- a/utils/TableGen/X86RecognizableInstr.cpp +++ b/utils/TableGen/X86RecognizableInstr.cpp
@@ -33,7 +33,8 @@ MAP(C9, 38) \ MAP(E8, 39) \ MAP(F0, 40) \ - MAP(F8, 41) + MAP(F8, 41) \ + MAP(F9, 42) // A clone of X86 since we can't depend on something that is generated. namespace X86Local {