i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.

2001-04-05  Bo Thorsen  <bo@suse.de>

	* i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT.

From-SVN: r41118
This commit is contained in:
Bo Thorsen 2001-04-05 18:12:10 +02:00 committed by Andreas Jaeger
parent 0b4c1646f3
commit 1e1980d3f3

View File

@ -15847,7 +15847,7 @@
(define_expand "builtin_setjmp_receiver"
[(label_ref (match_operand 0 "" ""))]
"flag_pic"
"flag_pic && !TARGET_64BIT"
"
{
load_pic_register ();