summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-12-13 11:31:06 -0800
committerRichard Henderson <rth@gcc.gnu.org>2012-12-13 11:31:06 -0800
commite1df04775d6d0c3f905b9e77e371be04a035e50e (patch)
tree04ed25dd8b335d7527e49186bde8e93d1e09061f /gcc/ChangeLog
parent3deafb32c699170d9822e3c50aa1e339ee7705ea (diff)
downloadgcc-e1df04775d6d0c3f905b9e77e371be04a035e50e.tar.gz
alpha: Consider barriers when placing nops after sibcalls
* config/alpha/alpha.c (alpha_pad_function_end): Consider barriers when looking for NOTE_INSN_CALL_ARG_LOCATION. From-SVN: r194484
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 825694ef97d..9f1af89f7fc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-13 Richard Henderson <rth@redhat.com>
+
+ * config/alpha/alpha.c (alpha_pad_function_end): Consider barriers
+ when looking for NOTE_INSN_CALL_ARG_LOCATION.
+
2012-12-13 Richard Biener <rguenther@suse.de>
PR middle-end/53476