diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index e739a85..965359c 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -1371,7 +1371,7 @@ simplify_using_assignment (rtx insn, rtx *expr, regset altered) ret = true; note_stores (PATTERN (insn), mark_altered, altered); - if (GET_CODE (insn) == CALL_INSN) + if (CALL_P (insn)) { int i; |