summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-17 18:39:16 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-17 18:39:16 +0000
commitc5ed0134a782f16e343892ef7d2faf368fce1ab6 (patch)
tree57c5e7c8c66540837b1cec94ccca298646551b30 /lib/Target/ARM/ARM.td
parente5b57347e9485b59dd8d70f8f90d7794f473147a (diff)
downloadllvm-c5ed0134a782f16e343892ef7d2faf368fce1ab6.tar.gz
llvm-c5ed0134a782f16e343892ef7d2faf368fce1ab6.tar.bz2
llvm-c5ed0134a782f16e343892ef7d2faf368fce1ab6.tar.xz
80 column cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.td')
-rw-r--r--lib/Target/ARM/ARM.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td
index ce02f50335..d6a8f19724 100644
--- a/lib/Target/ARM/ARM.td
+++ b/lib/Target/ARM/ARM.td
@@ -53,9 +53,9 @@ def FeatureHasSlowVMLx : SubtargetFeature<"vmlx", "SlowVMLx", "true",
"Disable VFP MAC instructions">;
// Some processors benefit from using NEON instructions for scalar
// single-precision FP operations.
-def FeatureNEONForFP : SubtargetFeature<"neonfp", "UseNEONForSinglePrecisionFP",
- "true",
- "Use NEON for single precision FP">;
+def FeatureNEONForFP : SubtargetFeature<"neonfp", "UseNEONForSinglePrecisionFP",
+ "true",
+ "Use NEON for single precision FP">;
// Disable 32-bit to 16-bit narrowing for experimentation.
def FeaturePref32BitThumb : SubtargetFeature<"32bit", "Pref32BitThumb", "true",