Commit a415f7bc by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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

From-SVN: r49129
parent e80c8753
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment