summaryrefslogtreecommitdiff
path: root/lib/hipe/icode/hipe_icode_ebb.erl
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2020-11-05 12:31:08 +0100
committerJohn Högberg <john@erlang.org>2020-11-09 10:00:39 +0100
commite6d9d0da048513552bacbac80356e1d962431062 (patch)
tree10a8b86f3ab04e35aac9217f5857f9d59bcbf1f9 /lib/hipe/icode/hipe_icode_ebb.erl
parent18e25cb97a4eddda8f9a440141e8b122e6430873 (diff)
downloaderlang-e6d9d0da048513552bacbac80356e1d962431062.tar.gz
otp: Remove HiPE and HiPE-related accessories
Diffstat (limited to 'lib/hipe/icode/hipe_icode_ebb.erl')
-rw-r--r--lib/hipe/icode/hipe_icode_ebb.erl24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/hipe/icode/hipe_icode_ebb.erl b/lib/hipe/icode/hipe_icode_ebb.erl
deleted file mode 100644
index 2cc4321fb8..0000000000
--- a/lib/hipe/icode/hipe_icode_ebb.erl
+++ /dev/null
@@ -1,24 +0,0 @@
-%% Licensed under the Apache License, Version 2.0 (the "License");
-%% you may not use this file except in compliance with the License.
-%% You may obtain a copy of the License at
-%%
-%% http://www.apache.org/licenses/LICENSE-2.0
-%%
-%% Unless required by applicable law or agreed to in writing, software
-%% distributed under the License is distributed on an "AS IS" BASIS,
-%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-%% See the License for the specific language governing permissions and
-%% limitations under the License.
-%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%% Icode version of extended basic blocks.
-%%
-
--module(hipe_icode_ebb).
-
--define(CFG, hipe_icode_cfg).
-
--include("hipe_icode.hrl").
--include("../flow/cfg.hrl").
--include("../flow/ebb.inc").