aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2004-07-21 02:04:00 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2004-07-21 02:04:00 +0000
commita6a31ba2034ce76e0f7aefd3c4bfa6022c2d4357 (patch)
treea2375e83e4e8099926990e291e0baa5b7616ff33 /gcc/cfgloop.c
parent4f993d5bce5b8e5dfc336535ade590e0a42af17d (diff)
Add parens so emacs will properly indent.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@84994 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgloop.c')
-rw-r--r--gcc/cfgloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c
index c71d048828a..50f31e67e23 100644
--- a/gcc/cfgloop.c
+++ b/gcc/cfgloop.c
@@ -97,8 +97,8 @@ flow_loops_cfg_dump (const struct loops *loops, FILE *file)
bool
flow_loop_nested_p (const struct loop *outer, const struct loop *loop)
{
- return loop->depth > outer->depth
- && loop->pred[outer->depth] == outer;
+ return (loop->depth > outer->depth
+ && loop->pred[outer->depth] == outer);
}
/* Returns the loop such that LOOP is nested DEPTH (indexed from zero)