Merging r258207:
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index 82c30d39afd68c34fea2006a077a6f2081e9f143..df7c951743c972e2082086163ee1ff4dce89fc6c 100644 (file)
@@ -295,7 +295,7 @@ public:
   }
 
   /// Should we be emitting segmented stack stuff for the function
-  bool shouldSplitStack();
+  bool shouldSplitStack() const;
 
   /// getNumBlockIDs - Return the number of MBB ID's allocated.
   ///