X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fdominators.c;h=208ae7597a00e73eefabd1719534c6aaef1b7088;hb=1cfd52452a4af3fd6eee32f45a8067926af8479e;hp=ab3ba6333cce8f5c11d47acd8c0b7759ce421275;hpb=95f1d9f467300b11da5b2defcfaec2f234f4ec0e;p=mono.git diff --git a/mono/mini/dominators.c b/mono/mini/dominators.c index ab3ba6333cc..208ae7597a0 100644 --- a/mono/mini/dominators.c +++ b/mono/mini/dominators.c @@ -1,5 +1,6 @@ -/* - * dominators.c: Dominator computation on the control flow graph +/** + * \file + * Dominator computation on the control flow graph * * Author: * Dietmar Maurer (dietmar@ximian.com) @@ -7,6 +8,7 @@ * * (C) 2003 Ximian, Inc. * Copyright 2011 Xamarin, Inc (http://www.xamarin.com) + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include #include