MWCC/includes/compiler/LoadDeletion.h

11 lines
172 B
C

#ifndef COMPILER_LOADDELETION_H
#define COMPILER_LOADDELETION_H
#include "compiler/common.h"
extern int deletedloads;
extern void deletedeadloads(Object *proc);
#endif