diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index 4cd51e9..6a73d64 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -2446,7 +2446,6 @@ static int nonlocal_mentioned_p (x) rtx x; { - if (INSN_P (x)) { if (GET_CODE (x) == CALL_INSN) @@ -2544,7 +2543,6 @@ static int nonlocal_referenced_p (x) rtx x; { - if (INSN_P (x)) { if (GET_CODE (x) == CALL_INSN) @@ -2624,7 +2622,6 @@ static int nonlocal_set_p (x) rtx x; { - if (INSN_P (x)) { if (GET_CODE (x) == CALL_INSN) |