X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FFunction.h;h=04c1442400e42cfd64e6943aec8a57f1c618f37c;hb=617dd7baa6dfd3a7b5ee72ace37f6b6aeaa6006b;hp=db728bff31e4adae40f2efb8ec163a67d58eb12a;hpb=0a205a459884ec745df1c529396dd921f029dafd;p=oota-llvm.git diff --git a/include/llvm/Function.h b/include/llvm/Function.h index db728bff31e..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() const; + LLVMContext *getContext() const; /// isVarArg - Return true if this function takes a variable number of /// arguments.