[Mono-bugs] [Bug 61641][Wis] Changed - Suboptimal register allocation with `if' statements

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 13:32:19 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61641

--- shadow/61641	2004-07-16 22:30:44.000000000 -0400
+++ shadow/61641.tmp.10335	2004-07-17 13:32:19.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Bad register allocation with `if' statements
+Summary: Suboptimal register allocation with `if' statements
 
 Consider this program:
 
 class T {
 	static void Main () {
 		T t = new T ();