X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FMachineFunction.h;h=df7c951743c972e2082086163ee1ff4dce89fc6c;hp=82c30d39afd68c34fea2006a077a6f2081e9f143;hb=90fef5a5b6514f60396e81d7fa20581d05ca659b;hpb=770ec8cf9ae215e26cb6d946b9d533151fe0558d diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 82c30d39afd..df7c951743c 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -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. ///