From a04a7bec5afd7a0c4d7f32d84f7fa4832600ce70 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Tue, 5 Nov 2013 19:59:32 +0000 Subject: Backport new doloop interface. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204417 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/hooks.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/hooks.c') diff --git a/gcc/hooks.c b/gcc/hooks.c index 3259658e4f4..50c1250f2cb 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -331,6 +331,13 @@ hook_bool_rtx_int_int_int_intp_bool_false (rtx a ATTRIBUTE_UNUSED, return false; } +bool +hook_bool_wint_wint_uint_bool_true (const widest_int &, const widest_int &, + unsigned int, bool) +{ + return true; +} + /* Generic hook that takes an rtx and returns it. */ rtx hook_rtx_rtx_identity (rtx x) -- cgit v1.2.1