ROSE 0.11.145.147
InstructionSemantics2.h
1#ifndef ROSE_BinaryAnalysis_InstructionSemantics2_H
2#define ROSE_BinaryAnalysis_InstructionSemantics2_H
3
4// [Robb Matzke 2022-06-22]: deprecated
5#include <rose_pragma_message.h>
6ROSE_PRAGMA_MESSAGE("This header is deprecated; use Rose/BinaryAnalysis/InstructionSemantics.h instead");
7#include <Rose/BinaryAnalysis/InstructionSemantics.h>
8
9#endif