summaryrefslogtreecommitdiff
path: root/lib/hipe/regalloc/hipe_amd64_specific_x87.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/regalloc/hipe_amd64_specific_x87.erl
parent18e25cb97a4eddda8f9a440141e8b122e6430873 (diff)
downloaderlang-e6d9d0da048513552bacbac80356e1d962431062.tar.gz
otp: Remove HiPE and HiPE-related accessories
Diffstat (limited to 'lib/hipe/regalloc/hipe_amd64_specific_x87.erl')
-rw-r--r--lib/hipe/regalloc/hipe_amd64_specific_x87.erl14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/hipe/regalloc/hipe_amd64_specific_x87.erl b/lib/hipe/regalloc/hipe_amd64_specific_x87.erl
deleted file mode 100644
index 918f72f5f2..0000000000
--- a/lib/hipe/regalloc/hipe_amd64_specific_x87.erl
+++ /dev/null
@@ -1,14 +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.
-
--define(HIPE_AMD64, true).
--include("hipe_x86_specific_x87.erl").