Commit 0027ed3d by Segher Boessenkool Committed by Segher Boessenkool

* Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.

From-SVN: r226514
parent c0503346
2015-08-03 Segher Boessenkool <segher@kernel.crashing.org>
* Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
2015-08-03 Patrick Palka <ppalka@gcc.gnu.org> 2015-08-03 Patrick Palka <ppalka@gcc.gnu.org>
* tree-ssa-uninit.c (find_uninit_use): Declare and pass to * tree-ssa-uninit.c (find_uninit_use): Declare and pass to
......
...@@ -1165,10 +1165,12 @@ C_COMMON_OBJS = c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o \ ...@@ -1165,10 +1165,12 @@ C_COMMON_OBJS = c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o \
c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o
# Language-independent object files. # Language-independent object files.
# We put the insn-*.o files first so that a parallel make will build # We put the *-match.o and insn-*.o files first so that a parallel make
# them sooner, because they are large and otherwise tend to be the # will build them sooner, because they are large and otherwise tend to be
# last objects to finish building. # the last objects to finish building.
OBJS = \ OBJS = \
gimple-match.o \
generic-match.o \
insn-attrtab.o \ insn-attrtab.o \
insn-automata.o \ insn-automata.o \
insn-dfatab.o \ insn-dfatab.o \
...@@ -1263,8 +1265,6 @@ OBJS = \ ...@@ -1263,8 +1265,6 @@ OBJS = \
gimple-fold.o \ gimple-fold.o \
gimple-laddress.o \ gimple-laddress.o \
gimple-low.o \ gimple-low.o \
gimple-match.o \
generic-match.o \
gimple-pretty-print.o \ gimple-pretty-print.o \
gimple-ssa-isolate-paths.o \ gimple-ssa-isolate-paths.o \
gimple-ssa-strength-reduction.o \ gimple-ssa-strength-reduction.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment