* loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.

From-SVN: r49129
This commit is contained in:
Hans-Peter Nilsson 2002-01-23 09:50:39 +00:00 committed by Hans-Peter Nilsson
parent e80c875349
commit a415f7bc81
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-23 Hans-Peter Nilsson <hp@bitrange.com>
* loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
2002-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
PR c/3504

View File

@ -65,6 +65,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#endif
#ifndef HAVE_prefetch
#define HAVE_prefetch 0
#define CODE_FOR_prefetch 0
#define gen_prefetch(a,b,c) (abort(), NULL_RTX)
#endif