Commit ceb2f51c authored by Jayke Meijer's avatar Jayke Meijer

Fixed merge conflict.

parent 140259b0
......@@ -303,7 +303,7 @@ Benchmark & Original & Optimized & Original & Optimized & Performance \\
pi & 94 & & 1714468 & & \\
acron & 361 & & 4435687 & & \\
dhrystone & 752 & & 2887710 & & \\
whet & 935 & & & & \\
whet & 935 & & 2864526 & & \\
slalom & 4177 & & 2879140 & & \\
clinpack & 3523 & & & & \\
\hline
......
......@@ -15,14 +15,12 @@ def optimize(program, verbose=0):
iterations = 0
while changed:
<<<<<<< HEAD
iterations += 1
if verbose > 1:
print 'main iteration %d', iterations
=======
>>>>>>> 98c43ff02c474a62e42ac89ba9fe20be98f9eccd
changed = False
# Optimize on a global level
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment