summaryrefslogtreecommitdiff
path: root/gcc/tree-nrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-nrv.c')
-rw-r--r--gcc/tree-nrv.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c
index 61a1363dcc4..eb8b1b7647d 100644
--- a/gcc/tree-nrv.c
+++ b/gcc/tree-nrv.c
@@ -21,21 +21,19 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "backend.h"
+#include "hard-reg-set.h"
#include "tree.h"
#include "gimple.h"
-#include "hard-reg-set.h"
+#include "tree-pass.h"
#include "ssa.h"
+#include "tree-pretty-print.h"
#include "alias.h"
#include "fold-const.h"
-#include "tree-pretty-print.h"
#include "internal-fn.h"
#include "gimple-iterator.h"
#include "gimple-walk.h"
-#include "tree-pass.h"
#include "langhooks.h"
-#include "flags.h" /* For "optimize" in gate_pass_return_slot.
- FIXME: That should be up to the pass manager,
- but pass_nrv is not in pass_all_optimizations. */
+#include "flags.h" /* For "optimize" in gate_pass_return_slot. */
/* This file implements return value optimizations for functions which
return aggregate types.