diff options
author | Björn Gustavsson <[email protected]> | 2012-02-09 12:02:06 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-09 12:02:06 +0100 |
commit | 34c972456ec18bf48a655ffe9d959b708053f6a0 (patch) | |
tree | f22400818753596ff2e9656461ef54343dc4e76c /lib/hipe/cerl/cerl_hipe_primops.hrl | |
parent | 2907d80221da3455137aaabe92aad77411113e84 (diff) | |
parent | ad4a6862a45258b605ab7a799a5cc15c57f6f807 (diff) | |
download | otp-34c972456ec18bf48a655ffe9d959b708053f6a0.tar.gz otp-34c972456ec18bf48a655ffe9d959b708053f6a0.tar.bz2 otp-34c972456ec18bf48a655ffe9d959b708053f6a0.zip |
Merge branch 'bjorn/remove-is_constant-vestiges/OTP-6454' into maint
* bjorn/remove-is_constant-vestiges/OTP-6454:
HiPE: Remove support for is_constant/1
erl_lint: Remove handling of constant/1
erl_bif_types: Remove type for is_constant/1
erl_eval: Remove support for is_constant/1
Remove support for is_constant/1 in ms_transform
Remove references to is_constant/1 from the match spec documentation
Diffstat (limited to 'lib/hipe/cerl/cerl_hipe_primops.hrl')
-rw-r--r-- | lib/hipe/cerl/cerl_hipe_primops.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hipe/cerl/cerl_hipe_primops.hrl b/lib/hipe/cerl/cerl_hipe_primops.hrl index 36b1b62901..1d82f7bfc7 100644 --- a/lib/hipe/cerl/cerl_hipe_primops.hrl +++ b/lib/hipe/cerl/cerl_hipe_primops.hrl @@ -59,7 +59,6 @@ -define(PRIMOP_IS_ATOM, 'is_atom'). % arity 1 -define(PRIMOP_IS_BIGNUM, 'is_bignum'). % arity 1 -define(PRIMOP_IS_BINARY, 'is_binary'). % arity 1 --define(PRIMOP_IS_CONSTANT, 'is_constant'). % arity 1 -define(PRIMOP_IS_FIXNUM, 'is_fixnum'). % arity 1 -define(PRIMOP_IS_FLOAT, 'is_float'). % arity 1 -define(PRIMOP_IS_FUNCTION, 'is_function'). % arity 1 |