[llvm-commits] [compiler-rt] r81561 - in /compiler-rt/trunk/test/Unit: adddf3vfp_test.c addsf3vfp_test.c divdf3vfp_test.c divsf3vfp_test.c muldf3vfp_test.c mulsf3vfp_test.c subdf3vfp_test.c subsf3vfp_test.c
Nick Kledzik
kledzik at apple.com
Fri Sep 11 13:13:32 PDT 2009
Author: kledzik
Date: Fri Sep 11 15:13:32 2009
New Revision: 81561
URL: http://llvm.org/viewvc/llvm-project?rev=81561&view=rev
Log:
add _test in file names
Added:
compiler-rt/trunk/test/Unit/adddf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/adddf3vfp.c
compiler-rt/trunk/test/Unit/addsf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/addsf3vfp.c
compiler-rt/trunk/test/Unit/divdf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/divdf3vfp.c
compiler-rt/trunk/test/Unit/divsf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/divsf3vfp.c
compiler-rt/trunk/test/Unit/muldf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/muldf3vfp.c
compiler-rt/trunk/test/Unit/mulsf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/mulsf3vfp.c
compiler-rt/trunk/test/Unit/subdf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/subdf3vfp.c
compiler-rt/trunk/test/Unit/subsf3vfp_test.c
- copied unchanged from r81558, compiler-rt/trunk/test/Unit/subsf3vfp.c
More information about the llvm-commits
mailing list