From cbbb7af7461cc897920c5924c6bdc1fe3b86a7e5 Mon Sep 17 00:00:00 2001 From: ed 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. --- test/Unit/clzti2_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Unit/clzti2_test.c') diff --git a/test/Unit/clzti2_test.c b/test/Unit/clzti2_test.c index e1229f1..668c790 100644 --- a/test/Unit/clzti2_test.c +++ b/test/Unit/clzti2_test.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.1