* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
From-SVN: r84254
This commit is contained in:
parent
fbf153f263
commit
c03e0096ad
@ -1,3 +1,7 @@
|
||||
2004-07-07 Per Bothner <per@bothner.com>
|
||||
|
||||
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
|
||||
|
||||
2004-07-07 Mike Stump <mrs@apple.com>
|
||||
|
||||
* darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
|
||||
|
@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
|
||||
}
|
||||
}
|
||||
|
||||
PUT_CODE (incr, NOTE);
|
||||
SET_INSN_DELETED (incr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user