[llvm-branch-commits] [llvm-gcc-branch] r110856 - in /llvm-gcc-4.2/branches/Apple/Pertwee: ./ gcc/config/arm/arm.h
Bob Wilson
bob.wilson at apple.com
Wed Aug 11 14:14:17 PDT 2010
Author: bwilson
Date: Wed Aug 11 16:14:17 2010
New Revision: 110856
URL: http://llvm.org/viewvc/llvm-project?rev=110856&view=rev
Log:
--- Merging r110855 into '.':
U gcc/config/arm/arm.h
Modified:
llvm-gcc-4.2/branches/Apple/Pertwee/ (props changed)
llvm-gcc-4.2/branches/Apple/Pertwee/gcc/config/arm/arm.h
Propchange: llvm-gcc-4.2/branches/Apple/Pertwee/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 11 16:14:17 2010
@@ -1 +1 @@
-/llvm-gcc-4.2/trunk:110043,110250,110459,110479,110501,110619,110632,110689,110727
+/llvm-gcc-4.2/trunk:110043,110250,110459,110479,110501,110619,110632,110689,110727,110855
Modified: llvm-gcc-4.2/branches/Apple/Pertwee/gcc/config/arm/arm.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Pertwee/gcc/config/arm/arm.h?rev=110856&r1=110855&r2=110856&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/Apple/Pertwee/gcc/config/arm/arm.h (original)
+++ llvm-gcc-4.2/branches/Apple/Pertwee/gcc/config/arm/arm.h Wed Aug 11 16:14:17 2010
@@ -3503,13 +3503,8 @@
} \
if (TARGET_VFP3) \
F.AddFeature("vfp3"); \
- else { \
+ else \
F.AddFeature("vfp3", false); \
- if (TARGET_VFP) \
- F.AddFeature("vfp2"); \
- else \
- F.AddFeature("vfp2", false); \
- } \
if (TARGET_NEON) \
F.AddFeature("neon"); \
else \
More information about the llvm-branch-commits
mailing list