summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-19 14:38:10 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-19 14:38:10 +0000
commitb7740973f453970ceace5797a0a8ec1cdf55770b (patch)
tree2840eb1ad04973f93788fa92df8db0bee3f5a7f6 /gcc/targhooks.c
parent827e392be72812c2ace9e54e7e00ed188fc6828d (diff)
downloadgcc-b7740973f453970ceace5797a0a8ec1cdf55770b.tar.gz
2012-12-19 Richard Biener <rguenther@suse.de>
* targhooks.h (default_canonicalize_comparison): Fix prototype. * targhooks.c (default_canonicalize_comparison): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r--gcc/targhooks.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index be008fdcd5d..241c1cce577 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -1540,4 +1540,11 @@ default_member_type_forces_blk (const_tree, enum machine_mode)
return false;
}
+/* Default version of canonicalize_comparison. */
+
+void
+default_canonicalize_comparison (int *, rtx *, rtx *, bool)
+{
+}
+
#include "gt-targhooks.h"