Changes in directory llvm/lib/Target:

TargetLowering.cpp updated: 1.63 -> 1.64
---
Log message:

this should be 128 I think

---
Diffs of the changes:  (+1 -1)

 TargetLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.63 
llvm/lib/Target/TargetLowering.cpp:1.64
--- llvm/lib/Target/TargetLowering.cpp:1.63     Tue May 16 12:42:15 2006
+++ llvm/lib/Target/TargetLowering.cpp  Tue May 16 12:45:23 2006
@@ -1500,7 +1500,7 @@
       r2 = 2*r2 + 1; // update r2
     }
     delta = d - 1 - r2;
-  } while (p < 64 && (q1 < delta || (q1 == delta && r1 == 0)));
+  } while (p < 128 && (q1 < delta || (q1 == delta && r1 == 0)));
   magu.m = q2 + 1; // resulting magic number
   magu.s = p - 64;  // resulting shift
   return magu;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to