projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a262f
)
Fix typo in last change
author
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 19 Feb 2001 03:19:23 +0000
(22:19 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 19 Feb 2001 03:19:23 +0000
(22:19 -0500)
From-SVN: r39869
gcc/gcse.c
patch
|
blob
|
history
diff --git
a/gcc/gcse.c
b/gcc/gcse.c
index a5c552c376e60e619e790c17b29b4286988dae14..4b5403a8c3a35b01479e72b76325897535095b5f 100644
(file)
--- a/
gcc/gcse.c
+++ b/
gcc/gcse.c
@@
-4307,7
+4307,7
@@
process_insert_insn (expr)
/* Otherwise, make a new insn to compute this expression and make sure the
insn will be recognized (this also adds any needed CLOBBERs). Copy the
expression to make sure we don't have any sharing issues. */
- if (insn_invalid_p (emit_insn (gen_rtx_SET (VOIDmode, reg, exp))))
+
else
if (insn_invalid_p (emit_insn (gen_rtx_SET (VOIDmode, reg, exp))))
abort ();
pat = gen_sequence ();