aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main
diff options
context:
space:
mode:
authorTim Stewart <[email protected]>2012-01-01 20:10:32 -0500
committerTim Stewart <[email protected]>2012-01-01 20:10:32 -0500
commit27d83b08b4f73d3fb4c49d44c2ca8f1f3d1b25d5 (patch)
tree98b7ea1cacd4a7980d5400a2d534ee1be8c60bf8 /lib/hipe/main
parent01f35546b9dbaac053a80418b38105a1acc35540 (diff)
downloadotp-27d83b08b4f73d3fb4c49d44c2ca8f1f3d1b25d5.tar.gz
otp-27d83b08b4f73d3fb4c49d44c2ca8f1f3d1b25d5.tar.bz2
otp-27d83b08b4f73d3fb4c49d44c2ca8f1f3d1b25d5.zip
Remove hipe_ceach from hipe.app.src to fix reltool-generated release startup
hipe_ceach.erl has disappeared, but is still referred to from hipe.app.src, causing reltool-generated releases crash when they cannot find the module.
Diffstat (limited to 'lib/hipe/main')
-rw-r--r--lib/hipe/main/hipe.app.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hipe/main/hipe.app.src b/lib/hipe/main/hipe.app.src
index e5d6d1e540..c05aec4c4a 100644
--- a/lib/hipe/main/hipe.app.src
+++ b/lib/hipe/main/hipe.app.src
@@ -74,7 +74,6 @@
hipe_arm_specific,
hipe_bb,
hipe_beam_to_icode,
- hipe_ceach,
hipe_coalescing_regalloc,
hipe_consttab,
hipe_data_pp,