2022-11-20 05:07:22 +00:00
|
|
|
#ifndef COMPILER_STRENGTHREDUCTION_H
|
|
|
|
#define COMPILER_STRENGTHREDUCTION_H
|
|
|
|
|
|
|
|
#include "compiler/common.h"
|
|
|
|
|
2022-12-14 00:16:59 +00:00
|
|
|
extern int strengthreducedloops;
|
|
|
|
|
|
|
|
extern void strengthreduceloops(void);
|
|
|
|
|
2022-11-20 05:07:22 +00:00
|
|
|
#endif
|