X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fcallgraph.h;h=844fbe59b2261031f6bec03e0d77ea236f09fa40;hb=9ec98298a0bf99ccb9533365dd7245e0a380f3df;hp=79d935341b609923afd624535438e2aacb64fd5c;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/include/libfirm/callgraph.h b/include/libfirm/callgraph.h index 79d935341..844fbe59b 100644 --- a/include/libfirm/callgraph.h +++ b/include/libfirm/callgraph.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -180,5 +180,4 @@ void set_irp_loop_nesting_depth_state(loop_nesting_depth_sta /** Marks the nesting depth state of the program representation as inconsistent. */ void set_irp_loop_nesting_depth_state_inconsistent(void); - #endif /* _CALLGRAPH_H_ */