mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
12 lines
212 B
C
12 lines
212 B
C
#ifndef COMPILER_CODEMOTION_H
|
|
#define COMPILER_CODEMOTION_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern int movedloopinvariantcode;
|
|
extern int unswitchedinvariantcode;
|
|
|
|
extern void moveloopinvariantcode(void);
|
|
|
|
#endif
|