summaryrefslogtreecommitdiff
path: root/gcc/alias.c
diff options
context:
space:
mode:
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-20 01:49:12 +0000
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-20 01:49:12 +0000
commitf7fa3a5fd6b499de277ab1338cb8ddb7be112288 (patch)
treea0ae90c628c4a05fd6ad65bf2161b3503e772089 /gcc/alias.c
parent4d9c9c815eddc40d501445c43202e71ee0e7be32 (diff)
downloadgcc-f7fa3a5fd6b499de277ab1338cb8ddb7be112288.tar.gz
* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
(nonlocal_set_p): Remove initial blank line. * dwarf2out.c (simple_type_size_in_bits): Likewise. * et-forest.c (et_forest_create): Likewise. * explow.c (stabilize): Likewise. * fix-header.c (write_lbrac): Likewise. * graph.c (start_fct, node_data): Likewise. * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise. * rtlanal.c (global_reg_mentioned_p): Likewise. * tree.c (bit_position): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/alias.c')
-rw-r--r--gcc/alias.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/alias.c b/gcc/alias.c
index 4cd51e994f5..6a73d643343 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)