Commit 7df87939 by Joern Rennecke

Typo fix in last patch.

From-SVN: r27082
parent ec4c28e5
...@@ -1708,7 +1708,7 @@ extern struct rtx_def *sh_builtin_saveregs (); ...@@ -1708,7 +1708,7 @@ extern struct rtx_def *sh_builtin_saveregs ();
is the default; other values are interpreted relative to that. is the default; other values are interpreted relative to that.
The SH1 does not have delay slots, hence we get a pipeline stall The SH1 does not have delay slots, hence we get a pipeline stall
at every branch. The SH4 is superscalar, so the single delay slot at every branch. The SH4 is superscalar, so the single delay slot
in not sufficient to keep both pipelines filled. */ is not sufficient to keep both pipelines filled. */
#define BRANCH_COST (! TARGET_SH2 || TARGET_HARD_SH4 ? 2 : 1) #define BRANCH_COST (! TARGET_SH2 || TARGET_HARD_SH4 ? 2 : 1)
/* Assembler output control. */ /* Assembler output control. */
......
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