diff options
author | Paulo Matos <pmatos@broadcom.com> | 2013-10-16 09:50:21 +0000 |
---|---|---|
committer | Paulo Matos <pmatos@gcc.gnu.org> | 2013-10-16 11:50:21 +0200 |
commit | 02c0e3064b53ace062f4a10a397af44224da812b (patch) | |
tree | 27eb976e2ff2078e6888637c7d60b37c150aae8f /gcc | |
parent | 0e499e759cbc393de610e7023c483d0ca0a8a7b0 (diff) | |
download | gcc-02c0e3064b53ace062f4a10a397af44224da812b.zip gcc-02c0e3064b53ace062f4a10a397af44224da812b.tar.gz gcc-02c0e3064b53ace062f4a10a397af44224da812b.tar.bz2 |
tree-prof.exp: Fix comment.
* gcc.dg/tree-prof/tree-prof.exp: Fix comment.
From-SVN: r203693
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8098aa3..7b34fbe 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-10-16 Paulo Matos <pmatos@broadcom.com> + + * gcc.dg/tree-prof/tree-prof.exp: Fix comment. + 2013-10-15 Sriraman Tallam <tmsriram@google.com> PR target/57756 diff --git a/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp b/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp index 1f50eb3..141959a 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp +++ b/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp @@ -15,7 +15,7 @@ # <http://www.gnu.org/licenses/>. # Test the functionality of programs compiled with profile-directed block -# ordering using -fprofile-generate followed by -fbranch-use. +# ordering using -fprofile-generate followed by -fprofile-use. load_lib target-supports.exp |