X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgraph.h;h=5281e814e69f1270e681e4a0dd4ee66b0652e15a;hb=c3c48d7bd83f042cc2951754377de928d66fe51e;hp=d095983cfc23670a0ded1e7c9fe0a44e4c667724;hpb=bdadb741281a7605235767c99d1440ab1edb3848;p=libfirm diff --git a/ir/ir/irgraph.h b/ir/ir/irgraph.h index d095983cf..5281e814e 100644 --- a/ir/ir/irgraph.h +++ b/ir/ir/irgraph.h @@ -75,9 +75,10 @@ typedef struct ir_graph ir_graph; * did actually change something). Code placement is necessary. */ -/** Global variable holding the current IR-graph. - * This global variable is used by the ir construction - * interface in ircons and by the optimizations. +/** Global variable holding the current ir graph. + * + * This global variable is used by the ir construction + * interface in ircons and by the optimizations. */ extern ir_graph *current_ir_graph;