Procházet zdrojové kódy

GetHasStackArgs is now const

Derek Morris před 8 roky
rodič
revize
cf512570ae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/Backend/Func.h

+ 1 - 1
lib/Backend/Func.h

@@ -744,7 +744,7 @@ public:
 
     bool                GetThisOrParentInlinerHasArguments() const { return thisOrParentInlinerHasArguments; }
 
-    bool                GetHasStackArgs()
+    bool                GetHasStackArgs() const
     {
                         bool isStackArgOptDisabled = false;
                         if (HasProfileInfo())