summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-09 09:01:51 +0000
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-09 09:01:51 +0000
commit07d294f7f43c401144e9f79e051fd9f801e41cdb (patch)
tree35e0e97002573399f487879b3239c90025aee9fd /gcc/Makefile.in
parent67792e5e14211abaa543532ad98a2056013a8d8f (diff)
downloadgcc-07d294f7f43c401144e9f79e051fd9f801e41cdb.tar.gz
PR tree-optimization/66718
* Makefile.in (OBJS): Add gimple-laddress.o. * passes.def: Schedule pass_laddress. * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS. * tree-pass.h (make_pass_laddress): Declare. * gimple-laddress.c: New file. * gcc.dg/vect/vect-126.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 89eda968d52..181702517cc 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1255,6 +1255,7 @@ OBJS = \
gimple-expr.o \
gimple-iterator.o \
gimple-fold.o \
+ gimple-laddress.o \
gimple-low.o \
gimple-match.o \
generic-match.o \