From 45fb5cb7e809703452c4af367a5fb7f77cf5f952 Mon Sep 17 00:00:00 2001 From: Gary Oblock Date: Tue, 27 Oct 2020 13:47:15 -0700 Subject: Added calloc transformation. --- gcc/ipa-structure-reorg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ipa-structure-reorg.c') diff --git a/gcc/ipa-structure-reorg.c b/gcc/ipa-structure-reorg.c index 2df6a5f8515..5af33442562 100644 --- a/gcc/ipa-structure-reorg.c +++ b/gcc/ipa-structure-reorg.c @@ -2354,6 +2354,7 @@ multilevel_component_ref ( tree op) return type; } } + INDENT(-2); return NULL; } -- cgit v1.2.3