summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorGabor Buella <gabor.buella@intel.com>2018-04-23 20:05:51 +0000
committerGabor Buella <gabor.buella@intel.com>2018-04-23 20:05:51 +0000
commit1a2ce572bf61bd7139b92e2d8e2dbabfdfa52aa2 (patch)
treee9d4721d0e7b191fa5b540efaaeeb523ef8330c4 /llvm/utils
parent851e3a179235b8f42a528a08443759483c1338c2 (diff)
downloadbcm5719-llvm-1a2ce572bf61bd7139b92e2d8e2dbabfdfa52aa2.tar.gz
bcm5719-llvm-1a2ce572bf61bd7139b92e2d8e2dbabfdfa52aa2.zip
[X86] Revert r330638 - accidental commit
llvm-svn: 330640
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/X86RecognizableInstr.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp
index 6590ae4cf2e..80ebaa317e7 100644
--- a/llvm/utils/TableGen/X86RecognizableInstr.cpp
+++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp
@@ -301,8 +301,6 @@ InstructionContext RecognizableInstr::insnContext() const {
insnContext = IC_64BIT_XD_OPSIZE;
else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
insnContext = IC_64BIT_XS_OPSIZE;
- else if (AdSize == X86Local::AdSize32 && OpPrefix == X86Local::PD)
- insnContext = IC_64BIT_OPSIZE_ADSIZE;
else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32)
insnContext = IC_64BIT_OPSIZE_ADSIZE;
else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
@@ -330,8 +328,6 @@ InstructionContext RecognizableInstr::insnContext() const {
insnContext = IC_XD_ADSIZE;
else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XS)
insnContext = IC_XS_ADSIZE;
- else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::PD)
- insnContext = IC_OPSIZE_ADSIZE;
else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16)
insnContext = IC_OPSIZE_ADSIZE;
else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
OpenPOWER on IntegriCloud