Files
SAPFOR/Sapfor/src/SageAnalysisTool/OmegaForSage/include/add-assert.h
2025-03-12 14:22:11 +03:00

13 lines
327 B
C

/* add-assert.h,v 1.1 1993/09/17 22:14:04 fbodin Exp */
#ifndef Already_Included_AddAssert
#define Already_Included_AddAssert 1
#include "portable.h"
#include "lang-interf.h"
typedef enum { impossible, possible, too_hard } elimination_possible;
elimination_possible possible_to_eliminate(dd_current dd);
#endif