From bcbac9b9ad6c774879aa96d901346f8fa946d765 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 2 Mar 2005 13:26:54 +0000 Subject: [PATCH] fixed skeleton [r5275] --- ir/opt/scalar_replace.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ir/opt/scalar_replace.c b/ir/opt/scalar_replace.c index c8011d45c..d8a8c27d0 100644 --- a/ir/opt/scalar_replace.c +++ b/ir/opt/scalar_replace.c @@ -12,9 +12,12 @@ # include "config.h" #endif +#include "irprog_t.h" + + /* * find possible scalar replacements */ -void find_scalar_replacements(irgraph *irg) +void find_scalar_replacements(ir_graph *irg) { } -- 2.20.1