• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for Dreamcast


Commit MetaInfo

Revisión84607dc137419cd7c5e7c4d10c9710b92aac6080 (tree)
Tiempo1992-01-18 09:05:16
AutorJim Wilson <wilson@gcc....>
CommiterJim Wilson

Log Message

*** empty log message ***

From-SVN: r205

Cambiar Resumen

Diferencia incremental

--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -1,5 +1,5 @@
11 /* Analyze RTL for C-Compiler
2- Copyright (C) 1987-1991 Free Software Foundation, Inc.
2+ Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
33
44 This file is part of GNU CC.
55
@@ -408,7 +408,7 @@ reg_set_between_p (reg, from_insn, to_insn)
408408
409409 for (insn = NEXT_INSN (from_insn); insn != to_insn; insn = NEXT_INSN (insn))
410410 if (GET_RTX_CLASS (GET_CODE (insn)) == 'i'
411- && reg_set_p (reg, PATTERN (insn)))
411+ && reg_set_p (reg, insn))
412412 return 1;
413413 return 0;
414414 }