summaryrefslogtreecommitdiff
path: root/includes/compiler/LoadDeletion.h
blob: b19fd2ed23bdf5fb6f1cbc9d18e74bc30bad98f9 (plain)
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