mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
11 lines
186 B
C
11 lines
186 B
C
#ifndef COMPILER_STRENGTHREDUCTION_H
|
|
#define COMPILER_STRENGTHREDUCTION_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern int strengthreducedloops;
|
|
|
|
extern void strengthreduceloops(void);
|
|
|
|
#endif
|