summaryrefslogtreecommitdiff
path: root/gcc/ipa-str-reorg-instance-interleave.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-str-reorg-instance-interleave.c')
-rw-r--r--gcc/ipa-str-reorg-instance-interleave.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ipa-str-reorg-instance-interleave.c b/gcc/ipa-str-reorg-instance-interleave.c
index 2b5d4afd81b..cb519e0b496 100644
--- a/gcc/ipa-str-reorg-instance-interleave.c
+++ b/gcc/ipa-str-reorg-instance-interleave.c
@@ -38,6 +38,18 @@ along with GCC; see the file COPYING3. If not see
#include "gimple-pretty-print.h"
#include "langhooks.h"
+#if USE_NEW_INTERFACE
+int
+str_reorg_instance_interleave_qual ( Info *)
+{
+ return 0;
+}
+int
+str_reorg_instance_interleave_trans ( Info *)
+{
+ return 0;
+}
+#else
int
// Returns one if something was done and zero otherwise.
str_reorg_instance_interleave (Info *info)
@@ -46,3 +58,6 @@ str_reorg_instance_interleave (Info *info)
// DEBUG ( "Running str_reorg_instance_interleave\n");
return 0;
}
+#endif
+
+