aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2010-02-10 10:57:33 +0200
committerBjörn Gustavsson <[email protected]>2010-02-14 12:23:03 +0100
commitcdd3a82020d7c6d0d9a3fe35469d66809685ddf5 (patch)
tree5288101e40192e04104dcc868acec57bacbf4761 /lib/hipe
parenteab3576f33ec8c8fa5302bc07f55c20ffc9e51b0 (diff)
downloadotp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.tar.gz
otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.tar.bz2
otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.zip
hipe: Miscellaneous additions
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/Makefile2
-rw-r--r--lib/hipe/flow/Makefile1
-rw-r--r--lib/hipe/vsn.mk2
3 files changed, 4 insertions, 1 deletions
diff --git a/lib/hipe/Makefile b/lib/hipe/Makefile
index 54efd7fcaf..6682c9aac0 100644
--- a/lib/hipe/Makefile
+++ b/lib/hipe/Makefile
@@ -37,6 +37,8 @@ else
SUB_DIRECTORIES = $(ALWAYS_SUBDIRS)
endif
+include native.mk
+
#
# Default Subdir Targets
#
diff --git a/lib/hipe/flow/Makefile b/lib/hipe/flow/Makefile
index 91dcfda6f5..02f610587b 100644
--- a/lib/hipe/flow/Makefile
+++ b/lib/hipe/flow/Makefile
@@ -105,4 +105,5 @@ release_spec: opt
release_docs_spec:
$(EBIN)/hipe_bb.beam: hipe_bb.hrl
+$(EBIN)/hipe_dominators.beam: cfg.hrl
$(EBIN)/hipe_gen_cfg.beam: cfg.hrl cfg.inc ../main/hipe.hrl
diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk
index c75ac5efe7..129718a305 100644
--- a/lib/hipe/vsn.mk
+++ b/lib/hipe/vsn.mk
@@ -1 +1 @@
-HIPE_VSN = 3.7.4
+HIPE_VSN = 3.7.5