comparison gcc/mcf.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Routines to implement minimum-cost maximal flow algorithm used to smooth 1 /* Routines to implement minimum-cost maximal flow algorithm used to smooth
2 basic block and edge frequency counts. 2 basic block and edge frequency counts.
3 Copyright (C) 2008-2017 Free Software Foundation, Inc. 3 Copyright (C) 2008-2018 Free Software Foundation, Inc.
4 Contributed by Paul Yuan (yingbo.com@gmail.com) and 4 Contributed by Paul Yuan (yingbo.com@gmail.com) and
5 Vinodha Ramasamy (vinodha@google.com). 5 Vinodha Ramasamy (vinodha@google.com).
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under