Convert two char* that are only ever used as booleans to bool.
[oota-llvm.git] / include / llvm / MC / MCContext.h
index 8fba18c90181a03f0e70b4e422505c0cad8b08d9..c8b66261bfea7458f7e7e0a477521212d74ebef6 100644 (file)
@@ -258,9 +258,15 @@ namespace llvm {
 
     const MCSectionCOFF *getCOFFSection(StringRef Section,
                                         unsigned Characteristics,
-                                        SectionKind Kind, int Selection = 0,
+                                        SectionKind Kind,
+                                        StringRef COMDATSymName,
+                                        int Selection,
                                         const MCSectionCOFF *Assoc = 0);
 
+    const MCSectionCOFF *getCOFFSection(StringRef Section,
+                                        unsigned Characteristics,
+                                        SectionKind Kind);
+
     const MCSectionCOFF *getCOFFSection(StringRef Section);
 
     /// @}