diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-04-06 23:43:50 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-04-06 23:43:50 +0000 |
commit | d4f020a3af325630973df8d3a084d0b0e3b68ebc (patch) | |
tree | eba8c0b33bbcb4fe099e375fd97a9509e26a25d5 /lib/Target/ARM/ARMAsmPrinter.cpp | |
parent | 967cbbd8b5a328498b27a70bfa5f621c853692df (diff) |
Tidy up. 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMAsmPrinter.cpp')
-rw-r--r-- | lib/Target/ARM/ARMAsmPrinter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMAsmPrinter.cpp b/lib/Target/ARM/ARMAsmPrinter.cpp index 18ff37332a..100ecf0878 100644 --- a/lib/Target/ARM/ARMAsmPrinter.cpp +++ b/lib/Target/ARM/ARMAsmPrinter.cpp @@ -729,7 +729,8 @@ void ARMAsmPrinter::emitAttributes() { /* NEON is not exactly a VFP architecture, but GAS emit one of * neon/neon-vfpv4/vfpv3/vfpv2 for .fpu parameters */ if (Subtarget->hasNEON2()) - AttrEmitter->EmitTextAttribute(ARMBuildAttrs::Advanced_SIMD_arch, "neon-vfpv4"); + AttrEmitter->EmitTextAttribute(ARMBuildAttrs::Advanced_SIMD_arch, + "neon-vfpv4"); else AttrEmitter->EmitTextAttribute(ARMBuildAttrs::Advanced_SIMD_arch, "neon"); /* If emitted for NEON, omit from VFP below, since you can have both |