Commit 8c560c80 by Jan Hubicka Committed by Jan Hubicka

Makefile.in (stageprofile_build): Kill redundant target.

	* Makefile.in (stageprofile_build): Kill redundant target.
	* i386.c (mdep_reorg): Don't pad jumps for Athlon.

From-SVN: r67586
parent e62b6ea1
Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
* Makefile.in (stageprofile_build): Kill redundant target.
* i386.c (mdep_reorg): Don't pad jumps for Athlon.
2003-06-07 Andreas Jaeger <aj@suse.de>
* doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
......
......@@ -3548,14 +3548,6 @@ stagefeedback_copy: stagefeedback_build
$(STAMP) stagefeedback_copy
echo stagefeedback2_build > stage_last
stageprofile_build: stage1_copy
$(MAKE) CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" BUILD_CC="$(STAGE_CC_WRAPPER) stage1/xgcc$(exeext) -Bstage1/ -B$(build_tooldir)/bin/" \
STAGE_PREFIX=stage1/ \
$(POSTSTAGE1_FLAGS_TO_PASS) \
$(STAGEPROFILE_FLAGS_TO_PASS)
$(STAMP) stageprofile_build
echo stageprofile_build > stage_last
# For bootstrap4:
stage3_copy: stage3_build
$(MAKE) stage3
......
......@@ -15752,7 +15752,8 @@ ix86_reorg ()
delete_insn (ret);
}
}
k8_avoid_jump_misspredicts ();
if (TARGET_K8)
k8_avoid_jump_misspredicts ();
}
/* Return nonzero when QImode register that must be represented via REX prefix
......
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