diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-07 06:41:23 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-07 06:41:23 +0000 |
commit | 6dc42e49d3dac756ec72e10f3bf7687f9c8542c2 (patch) | |
tree | d583d908c670671b25c202db24844f7db39d0ad1 /gcc/expr.h | |
parent | c5b7917eac14be1be0843853dd1f2a13679f25a7 (diff) | |
download | gcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.zip gcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.tar.gz gcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.tar.bz2 |
*** empty log message ***
From-SVN: r930
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -442,7 +442,7 @@ extern void emit_0_to_1_insn (); /* Emit one rtl insn to compare two rtx's. */ extern void emit_cmp_insn (); -/* Generate rtl to compate two rtx's, will call emit_cmp_insn. */ +/* Generate rtl to compare two rtx's, will call emit_cmp_insn. */ extern rtx compare_from_rtx (); /* Emit some rtl insns to move data between rtx's, converting machine modes. |