[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue May 16 10:45:35 PDT 2006



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;






More information about the llvm-commits mailing list