Commit 0abe4170 by Ziemowit Laski Committed by Ziemowit Laski

darwin.h: Fix confusing typo in comment.

[gcc/ChangeLog]
2004-11-12  Ziemowit Laski  <zlaski@apple.com>

        * config/rs6000/darwin.h: Fix confusing typo in comment.

From-SVN: r90567
parent ecab6f99
2004-11-12 Ziemowit Laski <zlaski@apple.com>
* config/rs6000/darwin.h: Fix confusing typo in comment.
2004-11-12 Devang Patel <dpatel@apple.com> 2004-11-12 Devang Patel <dpatel@apple.com>
* optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P. * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.
......
...@@ -172,7 +172,7 @@ do { \ ...@@ -172,7 +172,7 @@ do { \
{ "-Waltivec-long-deprecated", "-mwarn-altivec-long" }, \ { "-Waltivec-long-deprecated", "-mwarn-altivec-long" }, \
{ "-Wno-altivec-long-deprecated", "-mno-warn-altivec-long" } { "-Wno-altivec-long-deprecated", "-mno-warn-altivec-long" }
/* Make both r2 and r3 available for allocation. */ /* Make both r2 and r13 available for allocation. */
#define FIXED_R2 0 #define FIXED_R2 0
#define FIXED_R13 0 #define FIXED_R13 0
......
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