diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-07-12 06:52:41 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-07-12 06:52:41 +0000 |
commit | 5aba78bd8056dc407bcbce4080ffcd12b13c7342 (patch) | |
tree | e8212c7f2fa994b0386da29b7475c8f4d3f2b39f /utils/TableGen/X86RecognizableInstr.h | |
parent | 79590b8edffd403d93c764887a4f0ad4f2612914 (diff) |
Update GATHER instructions to support 2 read-write operands. Patch from myself and Manman Ren.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/X86RecognizableInstr.h')
-rw-r--r-- | utils/TableGen/X86RecognizableInstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.h b/utils/TableGen/X86RecognizableInstr.h index 6c0a234b5e..542e510c60 100644 --- a/utils/TableGen/X86RecognizableInstr.h +++ b/utils/TableGen/X86RecognizableInstr.h @@ -204,7 +204,7 @@ private: unsigned &operandIndex, unsigned &physicalOperandIndex, unsigned &numPhysicalOperands, - unsigned *operandMapping, + const unsigned *operandMapping, OperandEncoding (*encodingFromString) (const std::string&, bool hasOpSizePrefix)); |