gold: Make Ordering::operator() even more complex
[deliverable/binutils-gdb.git] / gold / testsuite / odr_violation2.cc
index aa9868fc27c9166bb56ce61e978ec5a6be4bc875..35dd454704bf4861caefd94d0cce415248cf8a43 100644 (file)
@@ -12,7 +12,7 @@ class Ordering {
 bool Ordering::operator()(int a, int b) {
   // Optimization makes this operator() a different size than the one
   // in odr_violation1.cc.
-  return a + 12345 > b / 67;
+  return (a * 30 + b + 12345) > b / 67;
 }
 
 void SortDescending(int array[], int size) {
This page took 0.02372 seconds and 4 git commands to generate.