Removed dependency that prevents full address mode.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 30 Sep 2008 13:12:40 +0000 (13:12 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 30 Sep 2008 13:12:40 +0000 (13:12 +0000)
[r22370]

ir/be/test/pbqpHeur2.c

index 025cdf9..e900e27 100644 (file)
@@ -103,7 +103,7 @@ unsigned k10,k11,k12;
 
 void full_am(unsigned base, int index)
 {
-       unsigned ca = arr[index] + b;
+       unsigned ca = arr[index] + base;
 
        /* user for shift const */
        b = k3_3_am(block, h1, h2, h3, 2, 3, 4);