Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / libf2c / libF77 / h_mod.c
blobc04e0df823bde78b57f0af9fb653cd572e881d0a
1 #include "f2c.h"
3 shortint
4 h_mod (short *a, short *b)
6 return (*a % *b);