diff options
author | Björn Gustavsson <[email protected]> | 2012-01-04 11:28:31 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-01-26 10:53:07 +0100 |
commit | ad4a6862a45258b605ab7a799a5cc15c57f6f807 (patch) | |
tree | 4347fbd70d2f29c53522108ead8d365291d7e14a /lib/hipe/cerl/cerl_hipe_primops.hrl | |
parent | 81812b34873a71ed7904456da864f426850cbe8a (diff) | |
download | otp-ad4a6862a45258b605ab7a799a5cc15c57f6f807.tar.gz otp-ad4a6862a45258b605ab7a799a5cc15c57f6f807.tar.bz2 otp-ad4a6862a45258b605ab7a799a5cc15c57f6f807.zip |
HiPE: Remove support for is_constant/1
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 |