[AVX512] adding PROLQ and PROLD Intrinsics
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
index 52e6d949376f16775c7a047856a8c26b6e0afd2d..b3bb3ad4e02c34da0ed3b609c2565cc1118e80af 100644 (file)
@@ -27,7 +27,7 @@ class MCSymbol;
 
 /// This represents a section on linux, lots of unix variants and some bare
 /// metal systems.
-class MCSectionELF final  : public MCSection {
+class MCSectionELF final : public MCSection {
   /// This is the name of the section.  The referenced memory is owned by
   /// TargetLoweringObjectFileELF's ELFUniqueMap.
   StringRef SectionName;