fixed indent
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 6 Oct 2006 08:43:05 +0000 (08:43 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 6 Oct 2006 08:43:05 +0000 (08:43 +0000)
ir/be/be_t.h

index 1a0c2c0..78937aa 100644 (file)
@@ -65,7 +65,7 @@ struct _be_irg_t {
        struct _be_main_env_t         *main_env;
        struct _be_abi_irg_t          *abi;
        struct _arch_code_generator_t *cg;
-       ir_exec_freq *execfreqs;
+       ir_exec_freq                  *execfreqs;
 };
 
 /**