[PPL-devel] [GIT] ppl/ppl(floating_point): Changed operator names.

Abramo Bagnara abramo.bagnara at gmail.com
Sun Jul 4 18:13:22 CEST 2010


Module: ppl/ppl
Branch: floating_point
Commit: 2878e40c4194a0d969f877627361fee89ced3321
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2878e40c4194a0d969f877627361fee89ced3321

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Sun Jul  4 18:13:18 2010 +0200

Changed operator names.

---

 src/Concrete_Expression.types.hh |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Concrete_Expression.types.hh b/src/Concrete_Expression.types.hh
index 3f10c23..c5bf77e 100644
--- a/src/Concrete_Expression.types.hh
+++ b/src/Concrete_Expression.types.hh
@@ -67,8 +67,7 @@ typedef int Concrete_Expression_Kind;
   Encodes a binary operator of concrete expressions.
 
   The values should be uniquely defined by the particular instance and
-  named: PLUS, MINUS, TIMES, DIV, REM, BAND, BOR, BXOR, LSHIFT,
-  RSHIFT.
+  named: ADD, SUB, MUL, DIV, REM, BAND, BOR, BXOR, LSHIFT, RSHIFT.
 */
 typedef int Concrete_Expression_BOP;
 
@@ -76,7 +75,7 @@ typedef int Concrete_Expression_BOP;
   Encodes a unary operator of concrete expressions.
 
   The values should be uniquely defined by the particular instance and
-  named: UPLUS, UMINUS, BNOT.
+  named: PLUS, MINUS, BNOT.
 */
 typedef int Concrete_Expression_UOP;
 




More information about the PPL-devel mailing list