comparison dmd/UshrExp.d @ 63:cab4c37afb89

A bunch of implementations
author korDen
date Mon, 23 Aug 2010 16:52:24 +0400
parents 10317f0c89a5
children 2e2a5c3f943a
comparison
equal deleted inserted replaced
62:6557375aff35 63:cab4c37afb89
50 { 50 {
51 //printf("UshrExp.optimize(result = %d) %s\n", result, toChars()); 51 //printf("UshrExp.optimize(result = %d) %s\n", result, toChars());
52 return shift_optimize(result, this, &Ushr); 52 return shift_optimize(result, this, &Ushr);
53 } 53 }
54 54
55 Expression interpret(InterState* istate) 55 Expression interpret(InterState istate)
56 { 56 {
57 assert(false); 57 assert(false);
58 } 58 }
59 59
60 IntRange getIntRange() 60 IntRange getIntRange()