From: Michael Beck Date: Wed, 2 Mar 2005 13:26:54 +0000 (+0000) Subject: fixed skeleton X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bcbac9b9ad6c774879aa96d901346f8fa946d765;p=libfirm fixed skeleton [r5275] --- 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) { }