aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>2000-06-04 05:24:29 +0000
committerMichael Meissner <meissner@gcc.gnu.org>2000-06-04 05:24:29 +0000
commit089f6dc34804198e432eae0e9650dc573971a1cb (patch)
tree0bbd2828fd8c82394ec9b14aaba398f0d3391185
parentdd5330e8e814eb9a3e1083e6e723b1142e8815fd (diff)
downloadgcc-089f6dc34804198e432eae0e9650dc573971a1cb.zip
gcc-089f6dc34804198e432eae0e9650dc573971a1cb.tar.gz
gcc-089f6dc34804198e432eae0e9650dc573971a1cb.tar.bz2
fix typo
From-SVN: r34388
-rw-r--r--gcc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 10c6069..e7dd0c0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
Sat Jun 3 19:05:30 2000 Michael Meissner <meissner@redhat.com>
- * ifcvt (process_insns): If IFCVT_MODIFY_INSN is defined, call it
- with the pattern to do machine dependent work.
+ * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
+ it with the pattern to do machine dependent work.
(cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
use it to modify the true/false tests used in conditional
execution. If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are