From e1ff3c847bb5f5151ae2e1479c86677547618c58 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Tue, 30 Sep 2008 13:12:40 +0000 Subject: [PATCH] Removed dependency that prevents full address mode. [r22370] --- ir/be/test/pbqpHeur2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/test/pbqpHeur2.c b/ir/be/test/pbqpHeur2.c index 025cdf95c..e900e2706 100644 --- a/ir/be/test/pbqpHeur2.c +++ b/ir/be/test/pbqpHeur2.c @@ -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); -- 2.20.1