blob: f655cb881cc11ca10450e0510a0d8c75ddd12422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef COMPILER_CODEMOTION_H
#define COMPILER_CODEMOTION_H
#include "compiler/common.h"
extern int movedloopinvariantcode;
extern int unswitchedinvariantcode;
extern void moveloopinvariantcode(void);
#endif
|