aboutsummaryrefslogtreecommitdiff
path: root/gcc/statistics.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2012-07-24 13:53:42 -0400
committerJason Merrill <jason@gcc.gnu.org>2012-07-24 13:53:42 -0400
commit4cdf5307d7739724f1bde608fe272922a563f31c (patch)
treee5c9a23a57168b5c035ee4ddbd91ebd50a45b47b /gcc/statistics.h
parent19b5fafb92343ca3f1449f3ba6fe5e2b9318496f (diff)
downloadgcc-4cdf5307d7739724f1bde608fe272922a563f31c.zip
gcc-4cdf5307d7739724f1bde608fe272922a563f31c.tar.gz
gcc-4cdf5307d7739724f1bde608fe272922a563f31c.tar.bz2
bitmap.c (bitmap_descriptor): Adjust order of parameters to match MEM_STAT_DECL.
* bitmap.c (bitmap_descriptor): Adjust order of parameters to match MEM_STAT_DECL. * statistics.h (ALONE_FINAL_MEM_STAT_DECL): Correct typo. From-SVN: r189819
Diffstat (limited to 'gcc/statistics.h')
-rw-r--r--gcc/statistics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/statistics.h b/gcc/statistics.h
index 60fd68a..8ec0a99 100644
--- a/gcc/statistics.h
+++ b/gcc/statistics.h
@@ -29,7 +29,7 @@
#define GCC_MEM_STAT_ARGUMENTS const char * ARG_UNUSED (_loc_name), int ARG_UNUSED (_loc_line), const char * ARG_UNUSED (_loc_function)
#if GATHER_STATISTICS
#define ALONE_MEM_STAT_DECL GCC_MEM_STAT_ARGUMENTS
-#define ALONE_FINAL_MEM_STAT_DECL ALONE_MEM_STAT_INFO
+#define ALONE_FINAL_MEM_STAT_DECL ALONE_MEM_STAT_DECL
#define ALONE_PASS_MEM_STAT _loc_name, _loc_line, _loc_function
#define ALONE_FINAL_PASS_MEM_STAT ALONE_PASS_MEM_STAT
#define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__