diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-03-17 19:47:28 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-03-17 19:47:28 +0000 |
commit | f170b6928b38a264ce005e5fa80d428364b6f659 (patch) | |
tree | 875c98489b0419eb321390a6093da33c5116f79a /test/Unit/negvsi2_test.c | |
parent | 217b614317dad692116a3a06fe94ea8f61a59edb (diff) | |
download | src-f170b6928b38a264ce005e5fa80d428364b6f659.tar.gz src-f170b6928b38a264ce005e5fa80d428364b6f659.zip |
Import compiler-rt r127823.vendor/compiler-rt/compiler-rt-r127823
Changes:
- License change; now it's also dual licensed under the MIT licence.
- Addition of divmodsi4 and udivmodsi4.
Notes
Notes:
svn path=/vendor/compiler-rt/dist/; revision=219719
svn path=/vendor/compiler-rt/compiler-rt-r127823/; revision=219720; tag=vendor/compiler-rt/compiler-rt-r127823
Diffstat (limited to 'test/Unit/negvsi2_test.c')
-rw-r--r-- | test/Unit/negvsi2_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Unit/negvsi2_test.c b/test/Unit/negvsi2_test.c index 0480528c8493..5ea0e2e86c2a 100644 --- a/test/Unit/negvsi2_test.c +++ b/test/Unit/negvsi2_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. // //===----------------------------------------------------------------------===// // |