aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2014-01-14 11:48:50 +0100
committerHenrik Nord <[email protected]>2014-01-14 11:51:01 +0100
commit9128cbdccddc8f76c7dddb6c271b7b4f5c9f5d10 (patch)
tree217118f15bcdbf3d4e0515e0ae324643b3c65309
parentfc8cc0057b1f492f359d4f644fe93fdbc75074e8 (diff)
parent5f712405e51a01900bb90a88939066da19182f22 (diff)
downloadotp-9128cbdccddc8f76c7dddb6c271b7b4f5c9f5d10.tar.gz
otp-9128cbdccddc8f76c7dddb6c271b7b4f5c9f5d10.tar.bz2
otp-9128cbdccddc8f76c7dddb6c271b7b4f5c9f5d10.zip
Merge branch 'weisslj/fix-hipe-no-remove-comments'
* weisslj/fix-hipe-no-remove-comments: hipe: Fix compilation with 'no_remove_comments' OTP-11564
-rw-r--r--lib/hipe/icode/hipe_icode.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hipe/icode/hipe_icode.erl b/lib/hipe/icode/hipe_icode.erl
index 6d4758bbf1..0e651a351c 100644
--- a/lib/hipe/icode/hipe_icode.erl
+++ b/lib/hipe/icode/hipe_icode.erl
@@ -1464,6 +1464,7 @@ successors(I) ->
case fail_label(I) of [] -> []; L when is_integer(L) -> [L] end;
#icode_enter{} -> [];
#icode_return{} -> [];
+ #icode_comment{} -> [];
%% the following are included here for handling linear code
#icode_move{} -> [];
#icode_begin_handler{} -> []