[llvm-commits] [llvm-gcc-4.2] r130905 - /llvm-gcc-4.2/trunk/gcc/config/arm/darwin.h

Eric Christopher echristo at apple.com
Wed May 4 17:46:19 PDT 2011


Author: echristo
Date: Wed May  4 19:46:19 2011
New Revision: 130905

URL: http://llvm.org/viewvc/llvm-project?rev=130905&view=rev
Log:
Fix extra long comment.

Modified:
    llvm-gcc-4.2/trunk/gcc/config/arm/darwin.h

Modified: llvm-gcc-4.2/trunk/gcc/config/arm/darwin.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/arm/darwin.h?rev=130905&r1=130904&r2=130905&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/arm/darwin.h (original)
+++ llvm-gcc-4.2/trunk/gcc/config/arm/darwin.h Wed May  4 19:46:19 2011
@@ -48,9 +48,10 @@
 
 #define REGISTER_PREFIX 	""
 
-/* The assembler's names for the registers.  Note that the ?xx registers are * there so that VFPv3/NEON registers D16-D31 have the same spacing as D0-D15
- * (each of which is overlaid on two S registers), although there are no
- * actual single-precision registers which correspond to D16-D31.  */
+/* The assembler's names for the registers.  Note that the ?xx registers are 
+   there so that VFPv3/NEON registers D16-D31 have the same spacing as D0-D15
+   (each of which is overlaid on two S registers), although there are no
+   actual single-precision registers which correspond to D16-D31.  */
 #ifndef REGISTER_NAMES
 #define REGISTER_NAMES				   \
 {				                   \





More information about the llvm-commits mailing list