diff options
author | Kostis Sagonas <[email protected]> | 2010-02-10 10:57:33 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-14 12:23:03 +0100 |
commit | cdd3a82020d7c6d0d9a3fe35469d66809685ddf5 (patch) | |
tree | 5288101e40192e04104dcc868acec57bacbf4761 /lib/hipe/flow | |
parent | eab3576f33ec8c8fa5302bc07f55c20ffc9e51b0 (diff) | |
download | otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.tar.gz otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.tar.bz2 otp-cdd3a82020d7c6d0d9a3fe35469d66809685ddf5.zip |
hipe: Miscellaneous additions
Diffstat (limited to 'lib/hipe/flow')
-rw-r--r-- | lib/hipe/flow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |