MWCC/includes/compiler/StrengthReduction.h

11 lines
186 B
C
Raw Normal View History

#ifndef COMPILER_STRENGTHREDUCTION_H
#define COMPILER_STRENGTHREDUCTION_H
#include "compiler/common.h"
extern int strengthreducedloops;
extern void strengthreduceloops(void);
#endif