1 2 3 4 5 6 7 8 9 10
#ifndef COMPILER_LOADDELETION_H #define COMPILER_LOADDELETION_H #include "compiler/common.h" extern int deletedloads; extern void deletedeadloads(Object *proc); #endif