* config/i386/i386.md (mmx_pinsrw): Output operands in correct
[official-gcc.git] / gcc / config / xm-alloca.h
blob3dbdc37a1f0ab5fa268c685bd6de61fa29fed426
1 /* If not compiled with GNU C, use the portable alloca. */
2 #ifndef __GNUC__
3 #define USE_C_ALLOCA
4 #endif