summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-omp.c
diff options
context:
space:
mode:
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-05 21:06:56 +0000
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-05 21:06:56 +0000
commit4a4dea4270d40d71c235d79667c94f6a988c9aae (patch)
treebebcedbd00faaf2ade2300a67911b02c7d16c7a0 /gcc/c-family/c-omp.c
parent1bf69827fb5779f2c3fd2addd79336f527403957 (diff)
downloadgcc-4a4dea4270d40d71c235d79667c94f6a988c9aae.tar.gz
PR c/53123
c-family/ * c-omp.c (c_finish_omp_atomic): Remove unreachable return statement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207524 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/c-omp.c')
-rw-r--r--gcc/c-family/c-omp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c-omp.c b/gcc/c-family/c-omp.c
index 4ce51e4a9d2..dd0a45d968a 100644
--- a/gcc/c-family/c-omp.c
+++ b/gcc/c-family/c-omp.c
@@ -183,7 +183,6 @@ c_finish_omp_atomic (location_t loc, enum tree_code code,
OMP_ATOMIC_SEQ_CST (x) = seq_cst;
return build_modify_expr (loc, v, NULL_TREE, NOP_EXPR,
loc, x, NULL_TREE);
- return x;
}
/* There are lots of warnings, errors, and conversions that need to happen