aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/basic_SUITE_data/basic_floats.erl
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2015-11-28 22:18:42 +0100
committerKostis Sagonas <[email protected]>2015-12-16 22:08:33 +0100
commit1c759f0bab4b0598231bd6e1d78171722d5c29df (patch)
tree669e04d755e9d92fec7697aa62c711ae1c63fac2 /lib/hipe/test/basic_SUITE_data/basic_floats.erl
parent1c6075b7c69709ce129e817b4652ccb5ff9d2e95 (diff)
downloadotp-1c759f0bab4b0598231bd6e1d78171722d5c29df.tar.gz
otp-1c759f0bab4b0598231bd6e1d78171722d5c29df.tar.bz2
otp-1c759f0bab4b0598231bd6e1d78171722d5c29df.zip
Cleanups & uncomment some code
Diffstat (limited to 'lib/hipe/test/basic_SUITE_data/basic_floats.erl')
-rw-r--r--lib/hipe/test/basic_SUITE_data/basic_floats.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/test/basic_SUITE_data/basic_floats.erl b/lib/hipe/test/basic_SUITE_data/basic_floats.erl
index a3df73b928..c49ac3946e 100644
--- a/lib/hipe/test/basic_SUITE_data/basic_floats.erl
+++ b/lib/hipe/test/basic_SUITE_data/basic_floats.erl
@@ -36,7 +36,7 @@ sub(X) ->
mult(X) ->
3.1415 * X.
-
+
%% tests the translation of the fnegate BEAM instruction.
negate(X) ->
- (X + 0.0).