summaryrefslogtreecommitdiff
path: root/includes/compiler/StrengthReduction.h
blob: 6c22452817dc420d371d28796572411d80b93d0e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef COMPILER_STRENGTHREDUCTION_H
#define COMPILER_STRENGTHREDUCTION_H

#include "compiler/common.h"

extern int strengthreducedloops;

extern void strengthreduceloops(void);

#endif