[valgrind] [Bug 373938] const IRExpr arguments for matchIRExpr()

2016-12-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938

Ivo Raisr  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Ivo Raisr  ---
Fixed in Valgrind r16191 (NEWS) and VEX r3288.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 373938] const IRExpr arguments for matchIRExpr()

2016-12-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938

Ivo Raisr  changed:

   What|Removed |Added

Summary|const IRExpr arguments to   |const IRExpr arguments for
   |matchIRExpr()   |matchIRExpr()

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 373938] const IRExpr arguments to matchIRExpr()

2016-12-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938

--- Comment #1 from Ivo Raisr  ---
So the gist of my changes is really just:
- Bool matchIRExpr ( MatchInfo* mi, IRExpr* p, IRExpr* e );
+ Bool matchIRExpr ( MatchInfo* mi, const IRExpr* p, const IRExpr* e );

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 373938] const IRExpr arguments to matchIRExpr()

2016-12-19 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373938

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net
 Ever confirmed|0   |1
   Assignee|jsew...@acm.org |iv...@ivosh.net
 Status|UNCONFIRMED |CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.