retdec
idioms_intel.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_IDIOMS_IDIOMS_INTEL_H
8 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_IDIOMS_IDIOMS_INTEL_H
9 
11 
12 namespace retdec {
13 namespace bin2llvmir {
14 
18 class IdiomsIntel: virtual public IdiomsAbstract {
19  friend class IdiomsAnalysis;
20  // Add idioms here, if you have found idioms specific for Borland compiler.
21 };
22 
23 } // namespace bin2llvmir
24 } // namespace retdec
25 
26 #endif
Instruction idiom analysis abstract class.
Definition: idioms_abstract.h:22
Definition: idioms_analysis.h:41
Intel compiler instruction idioms.
Definition: idioms_intel.h:18
Instruction idioms analysis abstract class.
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19