From f170b6928b38a264ce005e5fa80d428364b6f659 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 17 Mar 2011 19:47:28 +0000 Subject: Import compiler-rt r127823. Changes: - License change; now it's also dual licensed under the MIT licence. - Addition of divmodsi4 and udivmodsi4. --- lib/floatdidf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/floatdidf.c') diff --git a/lib/floatdidf.c b/lib/floatdidf.c index a0f501b60fffe..cad354a57fc96 100644 --- a/lib/floatdidf.c +++ b/lib/floatdidf.c @@ -2,8 +2,8 @@ * * The LLVM Compiler Infrastructure * - * This file is distributed under the University of Illinois Open Source - * License. See LICENSE.TXT for details. + * This file is dual licensed under the MIT and the University of Illinois Open + * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------------------------------------=== * -- cgit v1.2.3