blob: 11732a93889f70c88174bdf69a3e3b640f62e7c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef COMPILER_ADDPROPAGATION_H
#define COMPILER_ADDPROPAGATION_H
#include "compiler/common.h"
extern int propagatedadds;
extern void propagateaddinstructions(Object *proc);
#endif
|