X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FFunction.h;h=04c1442400e42cfd64e6943aec8a57f1c618f37c;hb=617dd7baa6dfd3a7b5ee72ace37f6b6aeaa6006b;hp=34ced973dd5580974ef0d1fcba09d43d8d7f83a0;hpb=62fabf5faba70c507c8fbe298260e9b3749fdd79;p=oota-llvm.git diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 34ced973dd5..04c1442400e 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -129,7 +129,7 @@ public: /// getContext - Return a pointer to the LLVMContext associated with this /// function, or NULL if this function is not bound to a context yet. - LLVMContext* getContext(); + LLVMContext *getContext() const; /// isVarArg - Return true if this function takes a variable number of /// arguments.