* loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
From-SVN: r49129
This commit is contained in:
parent
e80c875349
commit
a415f7bc81
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user