minix/minix/llvm/passes/include/magic/magic.h

12 lines
181 B
C
Raw Normal View History

#ifndef _MAGIC_PASS_H
#define _MAGIC_PASS_H
#include <pass.h>
#include <magic_common.h>
#define MAGIC_FORCE_ALIGN 0
#define MAGIC_FORCE_INLINING 0
#endif /* _MAGIC_PASS_H */