summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-29 15:48:38 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-29 15:48:38 +0000
commit2eab86481682c08a7ccef8cfa00ee545221b52a6 (patch)
treef0dff9ce9cf2c0b3b6af074140394b30192ca2be /gcc/ChangeLog
parentf801d40f14e7795140bacad07ee40462d5973c65 (diff)
downloadgcc-2eab86481682c08a7ccef8cfa00ee545221b52a6.tar.gz
* omp-low.c (lower_omp_target): Remove unreachable code & merge
ifs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229535 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3b723870b95..8229fa39c88 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ * omp-low.c (lower_omp_target): Remove unreachable code & merge
+ ifs.
+
2015-10-29 Marc Glisse <marc.glisse@inria.fr>
* match.pd (X-(X/Y)*Y): Properly handle conversions and commutativity.