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

Module: ppl/ppl Branch: floating_point Commit: 2878e40c4194a0d969f877627361fee89ced3321 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2878e40c4194a...
Author: Abramo Bagnara abramo.bagnara@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;
participants (1)
-
Abramo Bagnara