* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / gcc / config / msp430 / README.txt
blobe7343cfcaf1728bf85a1b830cd3c89e3dcd2b504
1 Random Notes
2 ------------
4 The MSP430 port does not use leading underscores.  However, the
5 assembler has no way of differentiating between, for example, register
6 R12 and symbol R12.  So, if you do "int r12;" in your C program, you
7 may get an assembler error, and will certainly have runtime problems.