retdec
idioms_owatcom.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_IDIOMS_IDIOMS_OWATCOM_H
8 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_IDIOMS_IDIOMS_OWATCOM_H
9 
11 
12 namespace retdec {
13 namespace bin2llvmir {
14 
18 class IdiomsOWatcom: virtual public IdiomsAbstract {
19  friend class IdiomsAnalysis;
20  // Add idioms here, if you have found idioms specific for Open Watcom 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
Open Watcom instruction idioms.
Definition: idioms_owatcom.h:18
Instruction idioms analysis abstract class.
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19