aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/rtl/hipe_rtl_arith_32.erl
diff options
context:
space:
mode:
authorZandra <[email protected]>2016-02-02 11:35:58 +0100
committerZandra <[email protected]>2016-02-02 11:35:58 +0100
commit1a1eaec544987f439061622f0177e424dfd6306a (patch)
tree05454189fc353121a038027255a6559e7bd2eaa2 /lib/hipe/rtl/hipe_rtl_arith_32.erl
parentb937e14a5b656b025f9b369656bfd03dadd481b5 (diff)
parent61ef7511c5ffae0b061d7cc45e9d564b02b891db (diff)
downloadotp-1a1eaec544987f439061622f0177e424dfd6306a.tar.gz
otp-1a1eaec544987f439061622f0177e424dfd6306a.tar.bz2
otp-1a1eaec544987f439061622f0177e424dfd6306a.zip
Merge branch 'maint'
Conflicts: erts/emulator/beam/beam_emu.c
Diffstat (limited to 'lib/hipe/rtl/hipe_rtl_arith_32.erl')
-rw-r--r--lib/hipe/rtl/hipe_rtl_arith_32.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/rtl/hipe_rtl_arith_32.erl b/lib/hipe/rtl/hipe_rtl_arith_32.erl
index 572556be1c..d790a8b981 100644
--- a/lib/hipe/rtl/hipe_rtl_arith_32.erl
+++ b/lib/hipe/rtl/hipe_rtl_arith_32.erl
@@ -24,7 +24,8 @@
%% Filename : hipe_rtl_arith_32.erl
%% Module : hipe_rtl_arith_32
%% Purpose : To implement 32-bit RTL-arithmetic
-%% Notes : The arithmetic works on 32-bit signed integers.
+%% Notes : The arithmetic works on 32-bit signed and unsigned
+%% integers.
%% The implementation is taken from the implementation
%% of arithmetic on SPARC.
%% XXX: This code is seldom used, and hence also